This website requires JavaScript.
Explore
Help
Sign In
a7y18lte-pmos
/
pmos
Watch
1
Star
0
Fork
0
You've already forked pmos
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3b85595ff8
pmos
/
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 New Issue
Copy Permalink