From 9c9d3c29acc26c69458c2f64eead62418fedf8d6 Mon Sep 17 00:00:00 2001 From: verdant Date: Wed, 27 May 2026 21:49:59 +0800 Subject: Add snippet templates - c-mode: main function - prog-common: My email, My name, My email and name Templates which is in the directory prog-common will be shared --- snippets/c-mode/main | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 snippets/c-mode/main (limited to 'snippets/c-mode/main') diff --git a/snippets/c-mode/main b/snippets/c-mode/main new file mode 100644 index 0000000..4ef3d2a --- /dev/null +++ b/snippets/c-mode/main @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: main +# key: main +# -- + +#include + +int main(int arc, char** argv) +{ + return 0; +} \ No newline at end of file -- cgit v1.2.3