prepare repository
This commit is contained in:
6
Day01/README.md
Normal file
6
Day01/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Day 1:
|
||||
## Part 1
|
||||
|
||||
|
||||
## Part Two
|
||||
|
||||
0
Day01/cpp/solution.cpp
Normal file
0
Day01/cpp/solution.cpp
Normal file
0
Day01/js/solution.js
Normal file
0
Day01/js/solution.js
Normal file
0
Day01/python/solution1.py
Normal file
0
Day01/python/solution1.py
Normal file
0
Day01/python/solution2.py
Normal file
0
Day01/python/solution2.py
Normal file
0
Day01/python/test.txt
Normal file
0
Day01/python/test.txt
Normal file
8
Day01/rust/Cargo.toml
Normal file
8
Day01/rust/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "rust"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
1
Day01/rust/src/main.rs
Normal file
1
Day01/rust/src/main.rs
Normal file
@@ -0,0 +1 @@
|
||||
fn main() {}
|
||||
0
Day01/ts/solution.ts
Normal file
0
Day01/ts/solution.ts
Normal file
Reference in New Issue
Block a user