asterinas/regression/apps/hello_pie/hello.c

10 lines
125 B
C

// SPDX-License-Identifier: MPL-2.0
#include <stdio.h>
int main()
{
printf("hello world from hello_pie!\n");
return 0;
}