cses

solution to cses exercise problems
git clone git://git.superpozycja.net/cses
Log | Files | Refs | README

commit 2938136f517c280ab61100f9f528977f4a1656cf
parent 1b3a5b30f681cae015f799c9ef3800c7621d885b
Author: superpozycja <anna@superpozycja.net>
Date:   Thu, 24 Oct 2024 00:05:38 +0200

fix build.sh

Diffstat:
Mbuild.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh @@ -1,3 +1,3 @@ #!/bin/sh -g++ -o bin/$(basename $1) -std=c++20 -O2 -Wall $1 +g++ -o bin/$(basename $1) -std=c++20 -O2 -Wall $1.cpp