Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/astynax/elm-xmas-tree

:christmas_tree: Elm-powered version of Xmas Tree from the "Advent of Code 2015"
https://github.com/astynax/elm-xmas-tree

demo elm elm-demos

Last synced: 19 days ago
JSON representation

:christmas_tree: Elm-powered version of Xmas Tree from the "Advent of Code 2015"

Awesome Lists containing this project

README

        

#+TITLE: Elm-powered Xmas Tree
#+DECRIPTION: Elm-version of Xmas Tree from http://adventofcode.com

This is Elm-version of Xmas Tree [[http://adventofcode.com/2015][from here]].

[[https://astynax.github.io/elm-xmas-tree][Live demo]].

* Happy New Year!

#+BEGIN_SRC text
*
>o<
>>O<<
>>*>>@<
>>o>>O<<<
>O>O>@>>>O<
>>>O>o>>>@<<<
>>*<<>*>>>o<
#+END_SRC

* How to

Just run ~elm-make Main.elm --output elm.js~ (you will need an
Elm Platform 0.17 installed) and then open ~index.html~.