summaryrefslogtreecommitdiff
path: root/hello.c
blob: e001c729ce4c4a725b2400f29dc7001fd95a8424 (plain)
1
2
3
4
5
6
#include "stdio.h"

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