aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/hello.c
blob: e27be8d163889b95c5d897fd4a5946face11847a (plain) (blame)
1
2
3
4
#include <stdio.h>
int main(int argc, char **argv) {
   printf("hello world\n");
}