working through day 3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import os
|
||||
|
||||
with open('advent_of_code_2023\day_7\input.txt', 'r') as file:
|
||||
with open(r'advent_of_code\2023\day_7\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import os
|
||||
|
||||
with open('advent_of_code_2023\day_7\input.txt', 'r') as file:
|
||||
with open(r'advent_of_code\2023\day_7\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
with open('advent_of_code_2023\day_7\input.txt', 'r') as file:
|
||||
input = file.read()
|
||||
|
||||
print(input)
|
||||
Reference in New Issue
Block a user