asterinas/regression/apps/hello_pie/hello.c

6 lines
93 B
C

#include <stdio.h>
int main() {
printf("hello world from hello_pie!\n");
return 0;
}