2010-lew/main.c
2010-09-26 00:54:48 +02:00

6 lines
61 B
C

#include <stdio.h>
int main() {
printf("hello world\n");
}