This website requires JavaScript.
Explore
Help
Sign In
Aren
/
toaruos
Watch
1
Star
0
Fork
0
You've already forked toaruos
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
toaruos
/
apps
/
hello.c
7 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
fixup hello
2018-02-25 19:07:56 +09:00
#
include
<stdio.h>
init
2018-02-25 14:13:54 +09:00
int
main
(
int
argc
,
char
*
argv
[
]
)
{
fixup hello
2018-02-25 19:07:56 +09:00
puts
(
"
Hello, world.
"
)
;
init
2018-02-25 14:13:54 +09:00
return
0
;
}
Reference in New Issue
Copy Permalink