2024-03-12 23:36:19 -06:00

7 lines
77 B
C

#include <stdio.h>
int main()
{
printf("Hello world\n");
return 0;
}