mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-17 02:26:46 +00:00
8 lines
130 B
C
8 lines
130 B
C
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("hello world from hello_pie!\n");
|
|
return 0;
|
|
} |