Luna/apps/src/hello.c
2022-10-19 21:13:47 +02:00

6 lines
61 B
C

#include <stdio.h>
int main()
{
puts("Hello, world!");
}