Added templates for yasnippet

This commit is contained in:
TuDatTr
2020-11-12 18:33:04 +01:00
parent f4a0ab8fc7
commit 293bf29e49
6 changed files with 26 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# name: template
# key: templat
# --
#include <stdio.h>
int main(int argc, char *argv[]){
$0
}