Przeglądaj źródła

move Emacs mode selection to end

master
Ian Piumarta 3 miesięcy temu
rodzic
commit
aab97b38b8
1 zmienionych plików z 7 dodań i 3 usunięć
  1. +7
    -3
      test.txt

+ 7
- 3
test.txt Wyświetl plik

@ -1,14 +1,18 @@
#!./main -*- C -*-
#!./main
#include <stdio.h>
int foo(int a)
int foo(void)
{
return 42;
}
int main(int argc, char **argv)
{
printf("hello, world %d\n", foo(argc));
printf("hello, world %d\n", foo());
return 0;
}
// Local Variables:
// mode: c
// End:

Ładowanie…
Anuluj
Zapisz