Merge pull request #11 from codecrafters-io/sync
Sync with languages repo
This commit is contained in:
commit
66c2f8ac32
@ -17,13 +17,15 @@ uncomment the relevant code, and push your changes to pass the first stage:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git add .
|
git add .
|
||||||
git commit -m "pass the first stage"
|
git commit -m "pass 1st stage" # any msg
|
||||||
git push origin master
|
git push origin master
|
||||||
```
|
```
|
||||||
|
|
||||||
That's all!
|
That's all!
|
||||||
|
|
||||||
# Stage 2 and beyond
|
# Stage 2 & beyond
|
||||||
|
|
||||||
|
Note: This section is for stages 2 and beyond.
|
||||||
|
|
||||||
You'll use linux-specific syscalls in this challenge. so we'll run your code
|
You'll use linux-specific syscalls in this challenge. so we'll run your code
|
||||||
_inside_ a Docker container.
|
_inside_ a Docker container.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user