Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 170 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 170 Bytes

g++ -Werror -c main.cpp
g++ -Werror -std=c++11 -c console.cpp
g++ main.o console.o -o main.exe
.\main.exe
브랜치 v5로 실행하시면 됩니다!