From dd8f119332149a4e3b02dfce79f221f585ca73e1 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 17 Aug 2022 01:31:29 +0200 Subject: Setup nix declarative elm project --- src/Main.elm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/Main.elm (limited to 'src') diff --git a/src/Main.elm b/src/Main.elm new file mode 100644 index 0000000..f493a54 --- /dev/null +++ b/src/Main.elm @@ -0,0 +1,7 @@ +module Main exposing (..) + +import Html exposing (text) + +-- create main method +main = + text "Hello Elm from TutorialsPoint" -- cgit 1.4.1