From 7b70bfe977b91a3ae466afd46aea75504cfb6b27 Mon Sep 17 00:00:00 2001 From: Coding4Hours <138321129+Coding4Hours@users.noreply.github.com> Date: Thu, 8 May 2025 16:04:00 -0700 Subject: [PATCH] Create usaco.json --- snippets/usaco.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 snippets/usaco.json diff --git a/snippets/usaco.json b/snippets/usaco.json new file mode 100644 index 00000000..ea18d1f3 --- /dev/null +++ b/snippets/usaco.json @@ -0,0 +1,7 @@ +{ + { + "prefix": "usaco", + "body": ["/*", "\t$0", "ID: INSERT_USER", "\t$0", "PROB: INSERT_PROB", "\t$0", "LANG: INSERT_LANG", "\t$0", "*/"], + "description": "Usaco header" + }, +}