parent
f811e4fa49
commit
9cc9351cae
1 changed files with 11 additions and 0 deletions
11
modules/editor/file-templates/templates/c-mode/__main.c
Normal file
11
modules/editor/file-templates/templates/c-mode/__main.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
# -*- mode: snippet -*-
|
||||
# group: file templates
|
||||
# contributor: Lorenzo Ravaglia
|
||||
# --
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
$0
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue