User Tools

Site Tools


opus:spring2014:tmitch10:journal

C/C++ Programming Journal

Star Date:91667.34(January 24, 2014 4:30PM)

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

Hello World


#include<stdio.h>
int main()
{
printf(“Hello, World!\n”);
return(0);
}

opus/spring2014/tmitch10/journal.txt · Last modified: 2014/01/23 16:51 by tmitch10