-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
entropidelic
authored and
entropidelic
committed
Oct 26, 2022
1 parent
f9b4020
commit caa9ce7
Showing
6 changed files
with
6 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Pingcap - PNA Rust course | ||
|
||
Repo for solving the exercises of the pingcap talent_plan course: | ||
https://github.com/pingcap/talent-plan |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ description = "This program is the good fla!" | |
|
||
[dependencies] | ||
clap = { version = "4.0.18", features = ["derive"] } | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ fn main() { | |
let home = env::var_os("HOME"); | ||
println!("Home env variable: {:?}", home); | ||
} | ||
|