From 90ebce41423778d2b5ef7d296d8d8fdb70be47cc Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Tue, 15 Feb 2022 14:25:43 +0000 Subject: [PATCH] Syncing with codecrafters-io/languages Created by https://github.com/codecrafters-io/languages --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76594c4..e2236d9 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,15 @@ uncomment the relevant code, and push your changes to pass the first stage: ```sh git add . -git commit -m "pass the first stage" +git commit -m "pass 1st stage" # any msg git push origin master ``` 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 _inside_ a Docker container.