ciabatta/test/helloworld.c

8 lines
81 B
C

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