Move sample input to separate files.

This commit is contained in:
2018-12-05 10:43:58 +01:00
parent 3543351c20
commit 28d38470a6
6 changed files with 24 additions and 21 deletions

View File

@@ -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() {