이우진

add exit function

Showing 1 changed file with 1 additions and 0 deletions
1 #include <stdio.h> 1 #include <stdio.h>
2 int main(void) { 2 int main(void) {
3 printf("hello world!"); 3 printf("hello world!");
4 + printf("exit");
4 } 5 }
5 6
......