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