Skip to content

Commit 0e30e36

Browse files
committed
merge_fileに追加するのを忘れた
1 parent a7b9f0d commit 0e30e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge_file.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "新しいmain.py作成完了"
88
# /bin/cat python/<filename>.py >> code/main.py
99

1010
lib_path
11-
for file_name in "import.py" "math_func.py" "array_create.py" "binary_search.py" "modint.py" "standard_input.py" "yn_func.py" "grid.py" "coordinates_to_id.py" "dijkstra.py" "get_path.py" "dp.py" "coordinate_compression.py" "memo.py" "graph.py" "unionfind.py" "trie.py" "bit.py" "dis_lib.py" "utils.py"; do
11+
for file_name in "import.py" "math_func.py" "array_create.py" "binary_search.py" "modint.py" "standard_input.py" "yn_func.py" "grid.py" "coordinates_to_id.py" "dijkstra.py" "get_path.py" "dp.py" "coordinate_compression.py" "memo.py" "graph.py" "unionfind.py" "potential_unionfind.py" "trie.py" "bit.py" "dis_lib.py" "utils.py"; do
1212
lib_path="libs/${file_name}"
1313
cat $lib_path >>code/main.py
1414
done

0 commit comments

Comments
 (0)