Skip to content

Commit

Permalink
Add further documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Sep 10, 2023
1 parent 54fcf13 commit b737298
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/dailies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@ function formatLCDailyQuestion(question: lc.DailyQuestion): string {
`**Difficulty**: ${question.difficulty}`,
`**Link**: <${question.url}>`,
`**Snack**: Here is a snack to get your brain working: ${snacks.pickRandom()}`,
"",
"Submit your solution by typing `/lc submit YOUR_SUBMISSION_URL` below! ([more info](https://acmcsuf.com/lc-dailies-handbook))",
].join("\n");
}
6 changes: 6 additions & 0 deletions docs/HANDBOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ our weekly competitions.
| `https://leetcode.com/submissions/detail/1035629181/` |
| `1035629181` |

#### Find your Leetcode submission URL

Once you solve a Leetcode daily challenge, you can find the URL to your accepted solution in the `Submissions` tab of the problem page. Click the buttons as shown in the image below to copy the URL to your clipboard.

![image](https://github.com/acmcsufoss/lc-dailies/assets/31261035/7c6b2425-d0fd-46b6-9484-7c34a013c175)

---

Developed with 💖 by [**@acmcsufoss**](https://oss.acmcsuf.com/)

0 comments on commit b737298

Please sign in to comment.