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


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