Skip to content

Instantly share code, notes, and snippets.

View jvoigtlaender's full-sized avatar

Janis Voigtländer jvoigtlaender

View GitHub Profile
module Main where
import Signal
import Time exposing (Time, millisecond)
import String
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)
import Effects exposing (Never, Effects)