/ps

Primary LanguageJava

ps

문제 올리는 방법

  1. git clone https://github.com/daily-coding-ps/ps.git
  2. ide에서 "문제이름_본인이름.py" 파일 작성 (문제 풀기)
  3. 깃 푸시
git pull origin main 
git add --all
git commit -m "커밋 메시지"
git push origin main