This website requires JavaScript.
Explore
Help
Sign In
enrico
/
cl-hello-world
Watch
1
Star
0
Fork
You've already forked cl-hello-world
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fcb63107aa
cl-hello-world
/
hello.c
6 lines
74 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
)
{
puts
(
"
Hello world!
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink