Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benburrill committed Nov 24, 2023
1 parent 1c01621 commit c31f20e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/optional_max.hid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This program demonstrates a technique for translating code written
// with the hypothetical "optional" construct (as described in
// https://github.com/benburrill/halt_is_defeat/issues/1) into
// code using preemptive defeat functions.
// https://github.com/benburrill/halt_is_defeat/issues/1) into code
// using preemptive defeat functions.

// Here's a recursive "optional"-based max (similar to max.hid):
// int ?max(int max_val, const int[] arr, int start) {
Expand Down

0 comments on commit c31f20e

Please sign in to comment.