summaryrefslogtreecommitdiff
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;
}