Files
asterinas/regression/apps/hello_pie/hello.c
2023-04-10 14:49:39 +08:00

6 lines
93 B
C

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