index
:
aoc
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
2022
/
Cpp
/
Day3
/
Makefile
blob: 08000ae2cb5b8587885430662ae2e8a81c245ef8 (
plain
)
1
2
3
4
5
all
:
@g++
main.cpp
-o
ans.o
run
:
./ans.o
<
input.txt