mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-18 12:06:43 +00:00
6 lines
93 B
C
6 lines
93 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("hello world from hello_pie!\n");
|
|
return 0;
|
|
} |