ibmendoza / aoc2017

πŸ΄πŸŽ„ Advent of Code 2017 in Pony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2017 in Pony

I've never used Pony before, but it seems cool. Thus I decided to solve some of the Advent of Code problems with it. Coding puzzles aren't exactly where a programming language with actor model and capabilities gets to shine, but hey, you have to start somewhere.

Running

The solutions do not have any coherent interface, but in general, they take an input file as a command-line parameter:

cd 4.2
ponyc
./4.2 input-of-the-day.txt

If you're using zsh, you can use the =() syntax for ad-hoc testing:

./4.2 =(echo abcde blarg ebcad)

About

πŸ΄πŸŽ„ Advent of Code 2017 in Pony


Languages

Language:Pony 100.0%