I hereby claim:
- I am happysalada on github.
- I am happysalada (https://keybase.io/happysalada) on keybase.
- I have a public key ASAqpSocvzwBzVroc98SJ2XisJWuIAq8t08CxeLj_igANwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| module Main exposing (..) | |
| import Html exposing (Html, text, div, ul, li) | |
| import Http | |
| import Json.Decode as Decode | |
| import Json.Decode.Pipeline as Pipeline | |
| main = | |
| Html.program |