A touch more of a start to day 12
This commit is contained in:
parent
9f68b6fbe3
commit
6c8a850864
@ -1,3 +1,12 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
let file_str = include_str!("input.txt");
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
fn get_test_data() -> &'static str {
|
||||
include_str!("test-input.txt")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user