Update README.md
Browse files
README.md
CHANGED
@@ -142,10 +142,11 @@ Or:
|
|
142 |
Write a multi-threaded TCP server in C that accepts a "GET [key]" input and "SET [key] [value]" input, and uses a binary tree to get and store the input values.
|
143 |
```
|
144 |
|
145 |
-
You can optionally add a
|
146 |
|
147 |
```
|
148 |
-
Write a websocket application in node.js.
|
|
|
149 |
```
|
150 |
|
151 |
### Word games / trivia
|
|
|
142 |
Write a multi-threaded TCP server in C that accepts a "GET [key]" input and "SET [key] [value]" input, and uses a binary tree to get and store the input values.
|
143 |
```
|
144 |
|
145 |
+
You can optionally add a newline and "PLAINFORMAT" at the end of your prompt to avoid backticks, explanations, etc. and just print the code, e.g.:
|
146 |
|
147 |
```
|
148 |
+
Write a websocket application in node.js.
|
149 |
+
PLAINFORMAT
|
150 |
```
|
151 |
|
152 |
### Word games / trivia
|