pmaports/hello-world/main.c
Oliver Smith 1c0ff6aa23 Put postmarketOS aports inside pmbootstrap repo
Later, the aports folder will probably get split up in its own repository.
But right now this is simply convenient.
2017-05-26 22:26:25 +02:00

7 lines
80 B
C

#include <stdio.h>
int main()
{
printf("hello, world!\n");
return 0;
}