diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-07 22:47:54 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-07 22:47:54 +0300 |
commit | f421450139b0e6e1975883b31e2c9a828e000d04 (patch) | |
tree | 4d78d1f543fb18ce9020cfa813ad4b30ee610f9e | |
parent | b77501ab3c50ba65beab31d8a6bbd9e9ce1d9f18 (diff) |
Add template config
-rw-r--r-- | .template.config/template.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.template.config/template.json b/.template.config/template.json new file mode 100644 index 0000000..074679b --- /dev/null +++ b/.template.config/template.json @@ -0,0 +1,12 @@ +{ + "$schema": "http://json.schemastore.org/template", + "author": "Serghei Cebotari", + "classifications": [ "Common", "Console", "Codeforces" ], + "identity": "Codeforces.Console", + "name": "Codeforces template with testing", + "shortName": "codeforces", + "tags": { + "language": "C#", + "type": "project" + } + }
\ No newline at end of file |