This website requires JavaScript.
Explore
Help
Sign In
forge
/
pmaports
Watch
1
Star
0
Fork
You've already forked pmaports
0
Code
Issues
2
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b13b653d65
pmaports
/
main
/
hello-world
/
main.c
8 lines
74 B
C
Raw
Normal View
History
Unescape
Escape
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 20:26:25 +00:00
#
include
<stdio.h>
int
main
(
)
{
Format **/*.c with clang-format (!465) [ci:skip-build]: already built successfully in CI [ci:skip-vercheck]
2019-06-25 06:29:37 +00:00
printf
(
"
hello, world!
\n
"
)
;
return
0
;
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 20:26:25 +00:00
}
Reference in a new issue
Copy permalink