This website requires JavaScript.
Explore
Help
Sign In
public_git
/
nexus-vagrant
mirror of
https://github.com/rgl/nexus-vagrant.git
Watch
1
Star
0
Fork
You've already forked nexus-vagrant
0
Code
Issues
Projects
Releases
Wiki
Activity
master
nexus-vagrant
/
hello-world-debian-package
/
hello-world
/
main.c
7 lines
80 B
C
Raw
Permalink
Blame
History
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
Hello, world!
\n
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink