/Algorithm

알고리즘 공부

Primary LanguagePython

깃 로그인 유지

git config --global user.name "[내 깃헙 아이디]"
git config --global user.email "[내 깃헙 등록된 이메일]"
git config --global credential.helper cache --timeout=3600