Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add further documentation #26

Merged
merged 3 commits into from
Sep 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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");
}
8 changes: 8 additions & 0 deletions docs/HANDBOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ 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.

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

---

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