From 041783c9becb7f2d63e21e1ff3f67ac5ce51fb35 Mon Sep 17 00:00:00 2001 From: murat Date: Sat, 31 Jan 2026 16:19:15 +0300 Subject: [PATCH] created a shell script for build --- compile.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 compile.sh diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..46aa215 --- /dev/null +++ b/compile.sh @@ -0,0 +1,2 @@ +#!/usr/bin/bash +g++ -std=c++17 main.cpp -o main