File size: 475 Bytes
5e4510c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Please save this file as .kattisrc in your home directory.
# This file includes a secret token that allows you to log in.
# DO NOT SHARE IT WITH ANYONE ELSE.
# If someone gets access to this token, please revoke it by changing your KATTIS password.
[user]
username: YOUR_USERNAME
token: YOUR_TOKEN
[kattis]
hostname: open.kattis.com
loginurl: https://open.kattis.com/login
submissionurl: https://open.kattis.com/submit
submissionsurl: https://open.kattis.com/submissions
|