2024 rescaffold
This commit is contained in:
@@ -5,9 +5,7 @@ import "core:log"
|
||||
import "core:os"
|
||||
|
||||
day08 :: proc() {
|
||||
input, ok := os.read_entire_file("input/01")
|
||||
if !ok {
|
||||
log.fatal("Failed to read input")
|
||||
}
|
||||
input := slurp_lines("input/08")
|
||||
defer delete(input)
|
||||
fmt.println("Solution for Day 08 is not implemented yet")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user