mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 05:40:32 +01:00
Move sample input to separate files.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user