Skip to content

Commit

Permalink
Edit elixir script file to match convention taught
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyBulloch committed Aug 9, 2023
1 parent 82fdece commit af861d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reading/command_line.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ IO.puts("Hello, world!")
Then execute the file from the command line. Any Elixir code inside of the file will execute.

```
$ elixir script.ex
$ elixir script.exs
Hello, world!
```

Expand Down

0 comments on commit af861d7

Please sign in to comment.