https://github.com/nodef/hello-world.elm
A "Hello, World!" is an introductory computer program.
https://github.com/nodef/hello-world.elm
elm hello template world
Last synced: about 1 month ago
JSON representation
A "Hello, World!" is an introductory computer program.
- Host: GitHub
- URL: https://github.com/nodef/hello-world.elm
- Owner: nodef
- License: mit
- Created: 2021-01-15T16:44:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T20:05:18.000Z (about 1 year ago)
- Last Synced: 2026-02-28T23:10:53.719Z (4 months ago)
- Topics: elm, hello, template, world
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/elmw/hello-world/latest/
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A "Hello, World!" is an introductory computer program.
:package: [Package](https://package.elm-lang.org/packages/elmw/hello-world/latest/).
:blue_book: [Wiki](https://github.com/elmw/hello-world/wiki).
Consider this as a template to:
- Write elm project.
- Create test cases.
- Set up [package information](elm.json).
- Auto publish package.
- TODO: Auto update package version.
> Stability: Experimental.
```elm
import Main exposing (..)
imply True False
-- False
eq False False
-- True
```
## Index
| Method | Action |
| -------- | ------------------------------------- |
| [and] | Check if all values are true. |
| [eq] | Check if antecedent ⇔ consequent. |
| [imply] | Check if antecedent ⇒ consequent. |
[and]: https://github.com/elmw/extra-boolean/wiki/and
[eq]: https://github.com/elmw/extra-boolean/wiki/eq
[imply]: https://github.com/elmw/extra-boolean/wiki/imply
## References
- [An Introduction to Elm](https://guide.elm-lang.org)
- [Text Fields](https://guide.elm-lang.org/architecture/text_fields.html)
- [Documentation Format](https://package.elm-lang.org/help/documentation-format)
- [The basic steps to publish a package with Elm 0.19](https://korban.net/posts/elm/2018-10-02-basic-steps-publish-package-elm-19/)
[](https://www.youtube.com/watch?v=qNS2jj2w-GI)
