box-o-sand/oldstuff/lcthw-remnants-2/ex1.c

9 lines
94 B
C

#include <stdio.h>
int main(int argc, char *argv[])
{
puts("Hello world.");
return 0;
}