1
0
Fork 0
mirror of https://github.com/wezm/advent-of-code.git synced 2025-01-20 01:30:47 +00:00
advent-of-code/2022/src/advent_of_code.gleam

6 lines
53 B
Gleam
Raw Permalink Normal View History

2022-12-01 07:01:32 +00:00
import gladvent
pub fn main() {
gladvent.main()
}