Skip to content

Commit

Permalink
[alan] Really update bsort to match bsort.grc
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Aug 27, 2024
1 parent d90babc commit 72949dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alan/programs/bsort.alan
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ main () : proc
}
writeArray("Initial array: ", 16, x);
bsort(16, x);
writeArray("Sorted array: ", 16, x);
writeArray("Sorted array: ", 16, x);
} -- main

0 comments on commit 72949dc

Please sign in to comment.