mirror of
https://github.com/wezm/advent-of-code.git
synced 2025-01-20 01:30:47 +00:00
6 lines
53 B
Gleam
6 lines
53 B
Gleam
|
import gladvent
|
||
|
|
||
|
pub fn main() {
|
||
|
gladvent.main()
|
||
|
}
|