mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 21:30:31 +01:00
Move sample input to separate files.
This commit is contained in:
@@ -103,9 +103,7 @@ mod tests {
|
||||
|
||||
use super::*;
|
||||
|
||||
const SAMPLE_INPUT: &[u8] = b"#1 @ 1,3: 4x4
|
||||
#2 @ 3,1: 4x4
|
||||
#3 @ 5,5: 2x2";
|
||||
const SAMPLE_INPUT: &[u8] = include_bytes!("samples/03");
|
||||
|
||||
#[test]
|
||||
fn sample_part1() {
|
||||
|
||||
Reference in New Issue
Block a user