Initial commit of lecture code
This commit is contained in:
9
LC4/hello_world.c
Normal file
9
LC4/hello_world.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main( void )
|
||||
{
|
||||
/* My first program in C */
|
||||
printf ("Hello World \n");
|
||||
return 0; // Return from prog
|
||||
}
|
BIN
LC4/hello_world.exe
Normal file
BIN
LC4/hello_world.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user