2024-01-18 08:22:58 +08:00

8 lines
130 B
C

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