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_emacs.c
blob: c7ed7538c3af14b1efdbb5f728f7a21c2771ffb8 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main() { printf("Hello, Emacs!\n"); return 0; }