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

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