Skip to content

Instantly share code, notes, and snippets.

View jpvillaisaza's full-sized avatar

Juan Pedro Villa Isaza jpvillaisaza

View GitHub Profile
module Hangman where
import Char
import Html exposing (Html)
import Html.Attributes
import Html.Events
import StartApp.Simple as StartApp
import String