Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
type Stack = Vec<char>;
|
||||
|
||||
fn part_1_solution() {
|
||||
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod part1 {
|
||||
use super::*;
|
||||
|
||||
|
||||
#[test]
|
||||
fn run_sample() {
|
||||
part_1_solution()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user