Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
urbic committed Dec 20, 2023
1 parent 99f855b commit 4c0cadb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/examples/psylla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Ackermann function

Prints the value of the [Ackermann function
$A(n,m)$](https://en.wikipedia.org/wiki/Ackermann_function). The non-negative
integers $n$ and $m$ are passed in the command line.
Prints the value of the [Ackermann
function](https://en.wikipedia.org/wiki/Ackermann_function) $A(n,m)$. The
non-negative integers $n$ and $m$ are passed in the command line.

* [__`ackermann-recursive.psy`__](ackermann-recursive.psy) — recursive
implementation
Expand Down

0 comments on commit 4c0cadb

Please sign in to comment.