all: main.o main.o: hw1pr3.cpp g++ -std=c++17 hw1pr3.cpp -o hw1pr3.o clean: rm -rf *.o