From a35770af4761d621110fc00546990144cdb740e8 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sat, 3 Dec 2022 13:58:29 +0200 Subject: Fixed something in the Makefile --- 2022/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2022/Makefile') diff --git a/2022/Makefile b/2022/Makefile index 35528a2..08000ae 100644 --- a/2022/Makefile +++ b/2022/Makefile @@ -2,4 +2,4 @@ all: @g++ main.cpp -o ans.o run: - ./ans < input.txt + ./ans.o < input.txt -- cgit v1.2.3