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:
@@ -103,7 +103,7 @@ mod tests {
|
||||
|
||||
use super::*;
|
||||
|
||||
const SAMPLE_INPUT: &[u8] = include_bytes!("samples/03");
|
||||
const SAMPLE_INPUT: &[u8] = include_bytes!("samples/03.txt");
|
||||
|
||||
#[test]
|
||||
fn sample_part1() {
|
||||
|
||||
Reference in New Issue
Block a user