Skip to content

Commit

Permalink
Merge pull request #1037 from JBulloch/JBulloch/FIX/1036/make_sure_fi…
Browse files Browse the repository at this point in the history
…le_type_matches_convention_being_taught

Edit elixir script file to match convention taught
  • Loading branch information
BrooklinJazz committed Aug 11, 2023
2 parents 96e33f9 + af861d7 commit 1b93b55
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 1b93b55

Please sign in to comment.