build(nix): import flake template
This commit is contained in:
parent
7b8dc33f14
commit
96c2705531
4 changed files with 264 additions and 0 deletions
5
src/Main.elm
Normal file
5
src/Main.elm
Normal file
|
@ -0,0 +1,5 @@
|
|||
module Main exposing (main)
|
||||
|
||||
import Html exposing (text)
|
||||
|
||||
main = text "Hello, world!"
|
Loading…
Add table
Add a link
Reference in a new issue