2024-06-28 20:33:21 +08:00

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;
}