This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
emacs
mirror of
https://github.com/emacs-mirror/emacs.git
Watch
0
Star
0
Fork
You've already forked emacs
0
Code
Issues
Projects
Releases
Wiki
Activity
master
emacs
/
test
/
lisp
/
vc
/
diff-mode-resources
/
hello_world.c
7 lines
75 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