summaryrefslogtreecommitdiff
path: root/src/main.c
blob: 8111ef889ce41a9f76d190a52e3bd8310c92a5e2 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main()
{
   printf("hello, world!\n");
   return 0;
}