Skip to content

Commit b3cb5a2

Browse files
committed
Create 2023 Day 24 solution file
1 parent c97dd5f commit b3cb5a2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

adventofcode2023/Day24.kt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package adventofcode2023
2+
3+
import java.io.File
4+
5+
object Day24 {
6+
private var inputs = File("resources/adventofcode2023/Day24.txt").readLines()
7+
8+
fun part1() = println()
9+
}
10+
11+
fun main() {
12+
Day24.part1()
13+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy