이우진

Add hello world

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