Advent of Code Leaderboard 2023 / Day 1
Submit solution
Leaderboard
|
Name |
Language |
Tokens Sum |
Tokens Part 1 |
Tokens Part 2 |
Last change |
1 |
Sharparam |
Ruby |
148 |
36 |
112 |
12 months ago |
2 |
Visible-Bag4062 |
Python |
208 |
45 |
163 |
12 months ago |
3 |
Mustafa Furkan Kaptan |
Python |
209 |
43 |
166 |
12 months ago |
4 |
Valentin Slawicek |
Kotlin |
212 |
52 |
160 |
12 months ago |
5 |
LiquidFun |
Python |
217 |
56 |
161 |
11 months ago |
6 |
GXgaetjen |
Kotlin |
232 |
78 |
154 |
12 months ago |
7 |
anonymous |
Kotlin |
261 |
60 |
201 |
12 months ago |
8 |
Visible-Bag4062 |
C++ |
290 |
74 |
216 |
12 months ago |
9 |
Mathias Parger |
Python |
348 |
129 |
219 |
12 months ago |
10 |
abnew123 |
Java |
527 |
189 |
338 |
12 months ago |
11 |
Kevin Brasier |
Python |
10043 |
43 |
- |
12 months ago |
12 |
Nolan Locke |
Kotlin |
10048 |
48 |
- |
12 months ago |
13 |
0bArcane |
Python |
10067 |
67 |
- |
12 months ago |
14 |
Visible-Bag4062 |
Java |
10115 |
115 |
- |
12 months ago |
Rules
- You're welcome to participate alone or in a team.
- You may submit multiple solutions and explore different programming languages.
- Stick to the standard library of your language, no further dependencies/libraries, except the ones which OneCompiler provides (e.g. NumPy for Python).
- Ensure your code aligns to the template (Python, Rust, Go, Kotlin, JavaScript, C#, TypeScript, C++, Java, C, Swift, Scala, Ruby, Bash), reading the puzzle input from stdin (terminated with end-of-file), and printing the solution to stdout.
- Please refrain from making network requests, reading data from files, or storing data in variable/function/class names for reflection.
- Your code must be able to process all valid Advent of Code inputs. Golfcoder might reevaluate correctness of your solution with different inputs after your submission.