diff options
Diffstat (limited to 'test/lisp/vc/diff-mode-resources/hello_world_1.c')
-rw-r--r-- | test/lisp/vc/diff-mode-resources/hello_world_1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/vc/diff-mode-resources/hello_world_1.c b/test/lisp/vc/diff-mode-resources/hello_world_1.c new file mode 100644 index 00000000000..606afb371cb --- /dev/null +++ b/test/lisp/vc/diff-mode-resources/hello_world_1.c @@ -0,0 +1 @@ +int main() { printf("Hello, World!\n"); return 0; }
\ No newline at end of file |