This website requires JavaScript.
Explore
Help
Sign In
x
/
box-o-sand
Watch
1
Star
0
Fork
0
You've already forked box-o-sand
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
80b8ecc4fa
box-o-sand
/
lcthw-remnants-2
/
ex1.c
9 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
Through ex1
2016-04-12 03:21:45 +00:00
#
include
<stdio.h>
Start again
2016-04-12 03:16:35 +00:00
int
main
(
int
argc
,
char
*
argv
[
]
)
{
puts
(
"
Hello world.
"
)
;
return
0
;
}
Reference in New Issue
Copy Permalink