From 277d60c91ced882e445c05a37be13e4af9f5d692 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 25 Oct 2020 01:08:34 +0800 Subject: import(life): (question-pptx) Makes parsing regex more "general", add problem id, and add a script to generate 10 pptx. --- works/life/question-pptx/gen.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 works/life/question-pptx/gen.ps1 (limited to 'works/life/question-pptx/gen.ps1') diff --git a/works/life/question-pptx/gen.ps1 b/works/life/question-pptx/gen.ps1 new file mode 100644 index 0000000..e7903c9 --- /dev/null +++ b/works/life/question-pptx/gen.ps1 @@ -0,0 +1,4 @@ +foreach ($i in 1..10) { + py ./main.py + mv test.pptx "$i.pptx" +} -- cgit v1.2.3