Skip to content

Commit 4259bf9

Browse files
authoredDec 29, 2020
Add listings (#232)
rust-lang/book 레포지토리를 참고하면 코드를 마크다운 내부에 작성하지 않고 listings에 작성하고 불러오는 식으로 작성합니다.
1 parent 0bea827 commit 4259bf9

File tree

1,901 files changed

+24762
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,901 files changed

+24762
-0
lines changed
 

‎listings/ch02-guessing-game-tutorial/listing-02-01/Cargo.lock

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[package]
2+
name = "guessing_game"
3+
version = "0.1.0"
4+
authors = ["Your Name <you@example.com>"]
5+
edition = "2018"
6+
7+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8+
9+
[dependencies]

0 commit comments

Comments
 (0)
Please sign in to comment.