index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lisp
/
vc
/
diff-mode-resources
/
hello_world.c
blob: dcbe06c60127187841ed4df06ba05459a15b1fb9 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main() { printf("Hello, World!\n"); return 0; }