TJ's Spring 2014 Opus
With knowledge, comes power.
A brave warrior stands ready to take on the tasks ahead. Adversaries rise and quickly fall beneath his feet. Come May, the war will be over, and he will stand victorious.
Today we took our first steps, and said “Hello” to the new world we are about to enter. This was done with a very simple code
#include<stdio.h>
int main()
{
printf(“Hello, World!\n”);
return(0);
}