import { h, app } from "hyperapp" app({ init: 0, view: state => (

{state}

), container: document.body })