hello-algo
hello-algo copied to clipboard
add dart chapter_array_and_linkedlist
If this PR is related to coding or code translation, please read the contribution guideline, fill out the checklist, and paste the console outputs to the PR.
- [x] I've tested the code and ensured the outputs are the same as the outputs of reference codes.
- [x] I've checked the codes (formatting, comments, indentation, file header, etc) carefully.
- [x] The code does not rely on a particular environment or IDE and can be executed on a standard system (Win, macOS, Ubuntu).
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
Name | Status | Preview | Comments | Updated |
---|---|---|---|---|
hello-algo | ⬜️ Ignored (Inspect) | Feb 5, 2023 at 9:53AM (UTC) |
Hi! The default branch is changed to from 'master' to 'main'.
From the local clone of the repository on a computer, run the following commands to update the name of the default branch.
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Optionally, run the following command to remove tracking references to the old branch name.
git remote prune origin