Skip to content

Commit

Permalink
fix: removed note from the inputs file
Browse files Browse the repository at this point in the history
  • Loading branch information
polydez committed Jan 11, 2024
1 parent 42a649e commit e9a4bf3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/bsearch.inputs
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"note": [
"Provide in `operand_stack`:",
"1. Value to find (12)",
"2. Array elements (0..19)",
"3. Array length (20)",
"If array length is 0 or `operand_stack` is empty, tests will run"
],
"operand_stack": [
"12",
"19", "18", "17", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7", "6", "5", "4", "3", "2", "1", "0",
Expand Down

0 comments on commit e9a4bf3

Please sign in to comment.