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