]>
zdv2.bktei.com Git - BK-2023-05.git/blob - src/hello_world_getchar.c
1 /* Desc: Prints hello world.
7 printf("Hello world! \n");
8 printf("The value of a : %d", a
);
9 getchar(); // pause until user hits 'enter'
13 /* Author: Steven Baltakatei Sandoval