pish/src/main.c

7 lines
64 B
C
Raw Normal View History

2022-10-09 18:23:57 -05:00
#include <stdio.h>
int main()
{
printf("Hello world\n");
}