We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c311709 commit 364f560Copy full SHA for 364f560
ch1/ch1-penguins/src/main.rs
@@ -1,5 +1,5 @@
1
-fn main() { // <1>
2
- let penguin_data = "\ // <2>
+fn main() { // <1> <2>
+ let penguin_data = "\
3
common name,length (cm)
4
Little penguin,33
5
Yellow-eyed penguin,65
0 commit comments