mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
committed by
Henrik Lissner
parent
f811e4fa49
commit
9cc9351cae
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;
|
||||
}
|
Reference in New Issue
Block a user