This website requires JavaScript.
Explore
Help
Sign In
frederik
/
oscar64
Watch
1
Star
0
Fork
You've already forked oscar64
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
81e5321bfc
oscar64
/
samples
/
stdio
/
helloworld.c
10 lines
92 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
void
)
{
putchar
(
14
)
;
printf
(
p
"
Hello World
\n
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink