Skip to content

Commit 31a522e

Browse files
committed
✨ Add tasks for TTPC (#1524)
1 parent 81d80f0 commit 31a522e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/utils/contest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ const agcLikePrefixes = getContestPrefixes(AGC_LIKE);
116116
* @example
117117
* {
118118
* utpc: 'UTPC' // University of Tokyo Programming Contest
119+
* ttpc: 'TTPC' // Tokyo Institute of Technology Programming Contest
119120
* tupc: 'TUPC' // Tohoku University Programming Contest
120121
* }
121122
*
@@ -127,6 +128,7 @@ const agcLikePrefixes = getContestPrefixes(AGC_LIKE);
127128
*/
128129
const ATCODER_UNIVERSITIES: ContestPrefix = {
129130
utpc: 'UTPC',
131+
ttpc: 'TTPC',
130132
tupc: 'TUPC',
131133
} as const;
132134

0 commit comments

Comments
 (0)