mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00: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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -55,7 +55,7 @@ mod tests {
|
||||
use common::Solution;
|
||||
use day05::Day05;
|
||||
|
||||
const SAMPLE_INPUT: &[u8] = include_bytes!("samples/05");
|
||||
const SAMPLE_INPUT: &[u8] = include_bytes!("samples/05.txt");
|
||||
|
||||
#[test]
|
||||
fn sample_part1() {
|
||||
|
||||
@@ -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