summaryrefslogtreecommitdiff
path: root/test/hai.c
blob: 7791fbb25ed2d1226a0148d914a21a7a7f4fb593 (plain)
1
2
3
4
5
6
#include <stdio.h>

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