initial commit
This commit is contained in:
commit
1bec1a7daa
4 changed files with 15 additions and 0 deletions
4
README.md
Normal file
4
README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# taco's coding sandbox
|
||||
|
||||
welcome to my little script sandbox. i usually work on stuff here before i formalize it into a real package or its own repository. so this is like the pre-alpha location for stuff. nothing here is guaranteed to work or have proper documentation. good luck!
|
||||
|
||||
8
rust/README.md
Normal file
8
rust/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# crustacean station
|
||||
|
||||
## learning rust
|
||||
|
||||
i'm following [this](https://www.youtube.com/watch?v=BpPEoZW5IiY) guide by freecodecamp on rust, most of the files in here are me following along.
|
||||
|
||||
* [hello.rs](hello.rs)
|
||||
*
|
||||
3
rust/hello.rs
Normal file
3
rust/hello.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello world!");
|
||||
}
|
||||
0
rust/variables.rs
Normal file
0
rust/variables.rs
Normal file
Loading…
Add table
Reference in a new issue