We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e74bf93 + 334096d commit abf5866Copy full SHA for abf5866
chapter2/Cargo.toml
@@ -27,3 +27,7 @@ path = "src/2_4_4/client.rs"
27
[[bin]]
28
name = "server_2_4_4"
29
path = "src/2_4_4/server.rs"
30
+
31
+[[bin]]
32
+name = "2_8_2"
33
+path = "src/2_8_2/main.rs"
chapter2/src/2_8_2/main.rs
@@ -0,0 +1,3 @@
1
+fn main() {
2
+ unimplemented!("『Goならわかるシステムプログラミング』の該当問題は `encoding/csv` パッケージを使うことが主題なので、Rustへの移植はできない。");
3
+}
0 commit comments