switched to workspaces.
This should let me make a cross-day library.
This commit is contained in:
parent
1469c3a32b
commit
242989bb95
57 changed files with 156 additions and 89 deletions
17
template/src/part2.rs
Normal file
17
template/src/part2.rs
Normal file
|
@ -0,0 +1,17 @@
|
|||
//TODO:
|
||||
#![allow(unused)]
|
||||
use crate::utilities::*;
|
||||
|
||||
pub fn part2() -> usize {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn test_part2() {
|
||||
assert_eq!(0, 0);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue