Content deleted Content added
BetaMuKappa (talk | contribs) m Fixed grammar Tags: Mobile edit Mobile app edit iOS app edit |
m Disambiguating links to Hello World (disambiguation) (link changed to "Hello, World!" program) using DisamAssist. |
||
Line 57:
The following examples can be run in an <code>iex</code> [[Shell (computing)|shell]] or saved in a file and run from the [[command line]] by typing <code>elixir ''<filename>''</code>.
Classic [["Hello, World!" program|Hello world]] example:
<syntaxhighlight lang="iex">
|