Skip to content

Commit 69fcffc

Browse files
authored
Merge pull request #194 from codecrafters-io/TropicolX-patch-30
Update concept slugs to add "What are builtin commands?" concept
2 parents 13036c7 + 3ecc4d7 commit 69fcffc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

course-definition.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description_md: |-
1111
Your shell will run a REPL, parse commands, spawn processes, and more.
1212
short_description_md: |-
1313
Learn about parsing shell commands, executing programs and more
14-
concept_slugs: ["what-is-a-shell-prompt"]
14+
concept_slugs: ["what-is-a-shell-prompt", "what-are-builtin-commands"]
1515

1616
completion_percentage: 20
1717

@@ -177,18 +177,30 @@ stages:
177177
In this stage, you'll implement a REPL (Read-Eval-Print Loop) for your shell.
178178
179179
- slug: "pn5"
180+
concept_slugs:
181+
[
182+
"what-are-builtin-commands",
183+
]
180184
name: "Implement exit"
181185
difficulty: easy
182186
marketing_md: |-
183187
In this stage, you'll implement the `exit` builtin command.
184188
185189
- slug: "iz3"
190+
concept_slugs:
191+
[
192+
"what-are-builtin-commands",
193+
]
186194
name: "Implement echo"
187195
difficulty: medium
188196
marketing_md: |-
189197
In this stage, you'll implement the `echo` builtin command.
190198
191199
- slug: "ez5"
200+
concept_slugs:
201+
[
202+
"what-are-builtin-commands",
203+
]
192204
name: "Implement type"
193205
difficulty: medium
194206
marketing_md: |-

0 commit comments

Comments
 (0)