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