Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 166 Bytes

File metadata and controls

13 lines (8 loc) · 166 Bytes

biginteger 연산 빌드 과정

git clone http://github.com/ychy61/cpp-week3-bigint bigint

cd bigint

g++ -Werror -c *.cpp

g++ -o main.exe *.o

./main.exe