mirror of
https://github.com/wezm/advent-of-code.git
synced 2024-09-09 00:59:33 +00:00
5 lines
53 B
Gleam
5 lines
53 B
Gleam
import gladvent
|
|
|
|
pub fn main() {
|
|
gladvent.main()
|
|
}
|