From d90b84dffb38200bda3ddcb398fa374d92760c48 Mon Sep 17 00:00:00 2001 From: soraie <66059019+soraiemame@users.noreply.github.com> Date: Tue, 25 May 2021 23:05:16 +0900 Subject: [PATCH] add expander (#1914) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1aad8cc..7bacc2c 100644 --- a/packages.json +++ b/packages.json @@ -22473,6 +22473,19 @@ "license": "MIT", "web": "https://github.com/jiro4989/nimothello" }, + { + "name": "expander", + "url": "https://github.com/soraiemame/expander", + "method": "git", + "tags": [ + "competitive-programing", + "expand", + "online-judge" + ], + "description": "Code expander for competitive programing in Nim.", + "license": "MIT", + "web": "https://github.com/soraiemame/expander" + }, { "name": "crowngui", "url": "https://github.com/bung87/crowngui",