2024-03-18 11:20:46 +08:00

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