asterinas/regression/apps/hello_pie/hello.c

6 lines
93 B
C
Raw Normal View History

2023-03-23 07:43:48 +00:00
#include <stdio.h>
int main() {
2023-03-29 03:35:02 +00:00
printf("hello world from hello_pie!\n");
2023-03-23 07:43:48 +00:00
return 0;
}