Syncing with codecrafters-io/languages

Created by https://github.com/codecrafters-io/languages
This commit is contained in:
Paul Kuruvilla 2022-02-15 14:25:43 +00:00
parent 6a188e709a
commit 90ebce4142

View File

@ -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.