cleanup + day 2 setup
This commit is contained in:
parent
caed053830
commit
d55f21183e
5 changed files with 74 additions and 2 deletions
0
src/problem02/input.txt
Normal file
0
src/problem02/input.txt
Normal file
10
src/problem02/mod.rs
Normal file
10
src/problem02/mod.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
static INPUT: &'static str = include_str!("input.txt");
|
||||
|
||||
pub fn solutionA() -> i32 {
|
||||
return 0;
|
||||
}
|
||||
|
||||
pub fn solutionB() -> i32 {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue