Skip to content

ghaberek/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

My solutions for Advent of Code written in Euphoria.

Each solution takes its input via STDIN so you would run them like this:

$ eui day01.ex < input
$ eui part2.ex < input

You'll need to provide your own input files.

Performance Stats

Lines Average Program
19 12.2ms 2022/01/day01.ex
25 12.2ms 2022/01/part2.ex
22 13.5ms 2022/02/day02.ex
19 11.1ms 2022/02/part2.ex
26 11.6ms 2022/03/day03.ex
35 12.2ms 2022/03/part2.ex
22 11.5ms 2022/04/day04.ex
23 11.8ms 2022/04/part2.ex
45 17.5ms 2022/05/day05.ex
43 16.6ms 2022/05/part2.ex
26 11.1ms 2022/06/day06.ex
26 12.2ms 2022/06/part2.ex
60 18.1ms 2022/07/day07.ex
61 18.5ms 2022/07/part2.ex
38 32.1ms 2022/08/day08.ex
40 19.8ms 2022/08/part2.ex