Pārlūkot izejas kodu

move Emacs mode selection to end

master
Ian Piumarta pirms 3 mēnešiem
vecāks
revīzija
aab97b38b8
1 mainītis faili ar 7 papildinājumiem un 3 dzēšanām
  1. +7
    -3
      test.txt

+ 7
- 3
test.txt Parādīt failu

@ -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:

Notiek ielāde…
Atcelt
Saglabāt