feat: initial commit
This commit is contained in:
9
.emacs.snippets/c-mode/main
Executable file
9
.emacs.snippets/c-mode/main
Executable file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: int main(argc, argv) { ... }
|
||||
# key: main
|
||||
# --
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
$0
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user