Luna/apps/src/hello.c

6 lines
61 B
C
Raw Normal View History

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