Binary file core_solution1/collatz.jar has changed
Binary file core_solution2/docdiff.jar has changed
Binary file core_solution3/postfix.jar has changed
Binary file core_solution3/postfix2.jar has changed
Binary file core_templates1/collatz.jar has changed
Binary file core_templates2/docdiff.jar has changed
Binary file core_templates3/postfix.jar has changed
Binary file core_templates3/postfix2.jar has changed
Binary file main_solution1/drumb.jar has changed
Binary file main_solution2/danube.jar has changed
Binary file main_solution3/re.jar has changed
Binary file main_solution4/knight1.jar has changed
Binary file main_solution4/knight2.jar has changed
Binary file main_solution4/knight3.jar has changed
Binary file main_solution5/bf.jar has changed
Binary file main_solution5/bfc.jar has changed
Binary file main_templates1/drumb.jar has changed
Binary file main_templates2/danube.jar has changed
Binary file main_templates3/re.jar has changed
Binary file main_templates4/knight1.jar has changed
Binary file main_templates4/knight2.jar has changed
Binary file main_templates4/knight3.jar has changed
Binary file main_templates5/bf.jar has changed
Binary file main_templates5/bfc.jar has changed
--- a/mk_jars Mon Nov 08 01:54:32 2021 +0000
+++ b/mk_jars Mon Nov 08 01:56:57 2021 +0000
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
-subdirs=${1:-"pre_solution1 pre_solution2 pre_solution3 pre_solution4 main_solution1 main_solution2 main_solution3 main_solution4 main_solution5"}
+subdirs=${1:-"core_solution1 core_solution2 core_solution3 main_solution1 main_solution2 main_solution3 main_solution4 main_solution5"}
for sd in $subdirs; do
cd $sd