Skip to content

Commit

Permalink
Fix erlang readme and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Aug 13, 2024
1 parent 5cd1c67 commit 83e7c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Compile lib
run: erlc tictactoe.erl
- name: Run script
run: escript tictactoe.escript
run: escript tictactoe.escript 4 4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ Version using [Erlang](https://www.erlang.org/).
Run with:
```
erlc tictactoe.erl
escript tictactoe.escript
escript tictactoe.escript 4 4
```

## TicTacToe-scratch
Expand Down

0 comments on commit 83e7c4f

Please sign in to comment.