Skip to content

Commit 59d90b5

Browse files
authored
Merge pull request #140 from codecrafters-io/andy/concepts
Add Java and C++ TCP server concept slugs
2 parents b149bca + fffc915 commit 59d90b5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

course-definition.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ stages:
150150
"go-tcp-server",
151151
"rust-tcp-server",
152152
"python-tcp-server",
153+
"java-tcp-server",
154+
"cpp-tcp-server",
153155
]
154156
# The name of the stage. This is shown in the course catalog, and on other
155157
# course pages.
@@ -181,13 +183,25 @@ stages:
181183
"go-tcp-server",
182184
"rust-tcp-server",
183185
"python-tcp-server",
186+
"java-tcp-server",
187+
"cpp-tcp-server",
184188
]
185189
name: "Respond with 200"
186190
difficulty: very_easy
187191
marketing_md: |-
188192
In this stage, you'll extend your TCP server to respond to a HTTP request with a 200 response.
189193
190194
- slug: "ih0"
195+
concept_slugs:
196+
[
197+
"network-protocols",
198+
"tcp-overview",
199+
"go-tcp-server",
200+
"rust-tcp-server",
201+
"python-tcp-server",
202+
"java-tcp-server",
203+
"cpp-tcp-server",
204+
]
191205
name: "Extract URL path"
192206
difficulty: easy
193207
marketing_md: |-
@@ -213,6 +227,8 @@ stages:
213227
"go-tcp-server",
214228
"rust-tcp-server",
215229
"python-tcp-server",
230+
"java-tcp-server",
231+
"cpp-tcp-server",
216232
]
217233
name: "Concurrent connections"
218234
difficulty: easy

0 commit comments

Comments
 (0)