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

@@ -52,7 +52,7 @@ mod tests {
use common::Solution;
use day05::Day05;
const SAMPLE_INPUT: &[u8] = b"dabAcCaCBAcCcaDA\n";
const SAMPLE_INPUT: &[u8] = include_bytes!("samples/05");
#[test]
fn sample_part1() {