mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-27 05:40:32 +01:00
Move sample and input files.
IDEA doesn't like files without extension.
This commit is contained in:
@@ -119,7 +119,7 @@ mod tests {
|
||||
use common::Solution;
|
||||
use day04::Day04;
|
||||
|
||||
const SAMPLE_INPUT: &[u8] = include_bytes!("samples/04");
|
||||
const SAMPLE_INPUT: &[u8] = include_bytes!("samples/04.txt");
|
||||
|
||||
#[test]
|
||||
fn sample_part1() {
|
||||
|
||||
Reference in New Issue
Block a user