Skip to content

Commit eed1e86

Browse files
committed
update
1 parent b7f6a82 commit eed1e86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
set -e
44

5-
g++ -std=c++17 -o run_test test.cpp -fdiagnostics-color=always -lm 2>&1
5+
g++ -std=c++23 -o run_test test.cpp -fdiagnostics-color=always -lm 2>&1
66
./run_test -fc -ni

bin/test_output.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
set -e
44

5-
g++ -std=c++17 -o run_solution main.cpp -fdiagnostics-color=always -lm 2>&1
5+
g++ -std=c++23 -o run_solution main.cpp -fdiagnostics-color=always -lm 2>&1
66
test.sh

0 commit comments

Comments
 (0)