이우진

Add hello world

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