Cleanups.
[TD_C.git] / main.c
... / ...
CommitLineData
1#include <stdio.h>
2
3int main() {
4 printf("Hello world\n");
5
6 return 0;
7}