En realitat és la primera part del puzzle
This commit is contained in:
@@ -11,10 +11,10 @@ int main(void) {
|
|||||||
char direction[2];
|
char direction[2];
|
||||||
int password = 0;
|
int password = 0;
|
||||||
|
|
||||||
FILE *fptr = fopen("aoc25_1.txt", "r");
|
FILE *fptr = fopen("aoc25_1_1.txt", "r");
|
||||||
|
|
||||||
if (fptr == NULL) {
|
if (fptr == NULL) {
|
||||||
printf("Error, puzzle input aoc25_1.txt not found\n");
|
printf("Error, puzzle input aoc25_1_1.txt not found\n");
|
||||||
return (1);
|
return (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user