From 15c5acfe5ac66284694829ac8d22125e8c615641 Mon Sep 17 00:00:00 2001 From: luxin Date: Thu, 11 Aug 2022 14:37:03 +0800 Subject: [PATCH] run python main.py --- .../config.json" | 4 +++- .../var.json" | 9 +++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/1.go\345\217\230\351\207\217\345\222\214\345\270\270\351\207\217/config.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/1.go\345\217\230\351\207\217\345\222\214\345\270\270\351\207\217/config.json" index 884febf..191d236 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/1.go\345\217\230\351\207\217\345\222\214\345\270\270\351\207\217/config.json" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/1.go\345\217\230\351\207\217\345\222\214\345\270\270\351\207\217/config.json" @@ -2,7 +2,9 @@ "node_id": "go-4a7a3a4584d04aeb9e274f9d66055e96", "keywords": [], "children": [], - "export": [], + "export": [ + "var.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/1.go\345\217\230\351\207\217\345\222\214\345\270\270\351\207\217/var.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/1.go\345\217\230\351\207\217\345\222\214\345\270\270\351\207\217/var.json" index b0867d6..5b30392 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/1.go\345\217\230\351\207\217\345\222\214\345\270\270\351\207\217/var.json" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/1.go\345\217\230\351\207\217\345\222\214\345\270\270\351\207\217/var.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "var.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "var.md", + "notebook_enable": false, + "exercise_id": "2b2eec0055d8437ca5ec1075e49857eb" } \ No newline at end of file -- GitLab