mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
Add feature/file-templates
This commit is contained in:
13
modules/feature/file-templates/templates/c++-mode/__main.cpp
Normal file
13
modules/feature/file-templates/templates/c++-mode/__main.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- mode: snippet -*-
|
||||
# group: file templates
|
||||
# contributor: Henrik Lissner
|
||||
# --
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
$0
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user