Skip to content

Jumpaku/AtCoder

Repository files navigation

AtCoder

Competitive programming environment that supports C++ 14 and Python 3.

  1. Open folder in container with VSCode Insiders.
  2. Type make help to see help.

GitHub Authentication

https://git-scm.com/docs/gitcredentials

USER=#GitHub username
PAT=#GitHub personal access token for username
CREDENTIAL=#Git credential file path
git config credential.helper "store --file=${CREDENTIAL}"
git config "credential.https://github.com/Jumpaku/AtCoder.git" "${USER}"
echo "https://${USER}:${PAT}@github.com" > "${CREDENTIAL}"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published