Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfoad committed Dec 26, 2020
1 parent c433bf1 commit 6b98752
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# aoc2018apl
Advent of Code 2018 solutions in Dyalog APL

Tested on Linux with `dyalog -script < pN.dyalog`. Some solutions require Dyalog APL version 17.0 or later.
Tested on Linux with:
```
dyalog -script < pN.dyalog # Dyalog version 17.1 or earlier
dyalog -script pN.dyalog # Dyalog version 18.0 or later
```

Some solutions require Dyalog APL version 17.0 or later.

See also: my [solutions for 2017](https://github.com/jayfoad/aoc2017apl).

0 comments on commit 6b98752

Please sign in to comment.