File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 ATCODER_PROBLEMS_URL ,
44 AOJ_ATCODER_JOI_URL ,
55 AOJ_PCK_URL ,
6- ICPC_JAPAN_PROBLEMS_URL ,
6+ X_URL ,
7+ MOND_URL ,
78 GITHUB_URL ,
89} from './urls' ;
910
@@ -12,6 +13,7 @@ export const externalLinks = [
1213 { title : `AtCoder Problems` , path : ATCODER_PROBLEMS_URL } ,
1314 { title : `AOJ / AtCoder-JOI` , path : AOJ_ATCODER_JOI_URL } ,
1415 { title : `AOJ-PCK` , path : AOJ_PCK_URL } ,
15- { title : `ICPC Japan Problems` , path : ICPC_JAPAN_PROBLEMS_URL } ,
16+ { title : `X` , path : X_URL } ,
17+ { title : `mond` , path : MOND_URL } ,
1618 { title : `GitHub` , path : GITHUB_URL } ,
1719] ;
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ export const AOJ_ATCODER_JOI_URL: string = 'https://joi.goodbaton.com/';
1919
2020export const AOJ_PCK_URL : string = 'https://pro-ktmr.github.io/aoj-pck/' ;
2121
22- export const ICPC_JAPAN_PROBLEMS_URL : string = 'https://icpc-japan-problems.irrrrr.cc/' ;
22+ export const X_URL : string = 'https://x.com/acnovisteps' ;
23+
24+ export const MOND_URL : string = 'https://mond.how/ja/acnovisteps' ;
2325
2426export const GITHUB_URL : string = 'https://github.com/AtCoder-NoviSteps/AtCoderNoviSteps' ;
2527
You can’t perform that action at this time.
0 commit comments