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