Constant project_init::includes::ELM_STATE [] [src]

pub const ELM_STATE: &'static str = "module State exposing (..)\n\ntype alias Model = { message : String }\n\nmodel = Model \"Hello, World!\"\n"