Skip to content

Commit 4538053

Browse files
authored
documentation command update @out -> @.out
replaced ./@out to ./@.out as @out was never produced.
1 parent 529bc06 commit 4538053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ yourself. These are the defaults:
269269
##### g:executioner#extensions
270270
| Extension | Command |
271271
|:---------:|:-------------------------:|
272-
| c | gcc % -o @.out;./@out |
273-
| cpp | g++ % -o @.out;./@out |
272+
| c | gcc % -o @.out;./@.out |
273+
| cpp | g++ % -o @.out;./@.out |
274274
| hs | ghci % |
275275
| java | javac %;java @ |
276276
| js | node % |

0 commit comments

Comments
 (0)