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

int main() {
  printf("Hello World!");

  return 0;
}