Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/astynax/elm-xmas-tree
- Owner: astynax
- Created: 2015-12-29T18:16:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T16:37:16.000Z (about 1 month ago)
- Last Synced: 2024-12-03T17:46:16.778Z (about 1 month ago)
- Topics: demo, elm, elm-demos
- Language: Elm
- Homepage: https://astynax.github.io/elm-xmas-tree
- Size: 32.2 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: Elm-powered Xmas Tree
#+DECRIPTION: Elm-version of Xmas Tree from http://adventofcode.comThis 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~.