mirror of
https://github.com/wezm/advent-of-code.git
synced 2025-06-17 02:34:14 +00:00
5 lines
53 B
Gleam
5 lines
53 B
Gleam
import gladvent
|
|
|
|
pub fn main() {
|
|
gladvent.main()
|
|
}
|