Skip to content

Commit

Permalink
fix: out -> c-template
Browse files Browse the repository at this point in the history
  • Loading branch information
budchirp committed May 11, 2024
1 parent 4df860b commit 2914db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: make -j$(nproc)

- name: Run compiled code
run: ./out
run: ./c-template
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ cmake ../ && make -j$(nproc)
4. Have fun!

```sh
./build/EXEC_NAME
./EXEC_NAME
```

0 comments on commit 2914db4

Please sign in to comment.