Added book examples
This commit is contained in:
12
C5/printf_example_2.c
Normal file
12
C5/printf_example_2.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
|
||||
printf ("This is my first computer program\n");
|
||||
printf ("Hello World\n");
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user