cses

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

commit 069481b72d549f34f6455f1af69beed9dee6145d
parent edb4a2224c7a33ac3b134775040e4740f0185d7d
Author: superpozycja <anna@superpozycja.net>
Date:   Wed, 23 Oct 2024 20:56:59 +0200

add primitive bulid script

Diffstat:
Abuild.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

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