Luna/apps/src/hello.c

6 lines
61 B
C
Raw Normal View History

2022-10-19 19:13:47 +00:00
#include <stdio.h>
int main()
{
puts("Hello, world!");
}