Monday, October 22, 2012

Big Day!

I performed my first programming lab today. It was but a simple C program, but still, it's a start.


#include 

main()
{
    printf("Hello World");
    return 0;
 
 }

This shows the header and the main part of the code, the header is the #include, which basically tells you to include a certain library. The one included there is a very basic one. 

I also started grappling, the first exercise that I've done since I have been at university.

Both of these things are great, and really important, the coding for career and advancing through my course, and the grappling to center myself.

We all need to learn how to tap out!

No comments:

Post a Comment