Skip to content

Instantly share code, notes, and snippets.

module Main exposing (main)
import Browser
import Debug exposing (log)
import Html exposing (Html, button, div, text)
import Html.Events exposing (onClick)
import Parser exposing (..)
import Tuple exposing (pair)