Skip to content

Commit

Permalink
display a url to fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Jul 3, 2024
1 parent f3eeb96 commit 29b5f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ program
).innerHTML;
console.log(`Submitted ${file} to problem ${rPID}!`);
console.log(`Submission ID: ${rid}`);
console.log(`Submission URL: \u001b]8;;https://www.xmoj.tech/reinfo.php?sid=${rid}\u001b\\https://www.xmoj.tech/reinfo.php?sid=${rid}\u001b]8;;\u001b\\`);
const logoutReq = await fetch("https://www.xmoj.tech/logout.php", {
"credentials": "include",
"headers": {
Expand Down

0 comments on commit 29b5f14

Please sign in to comment.