removed test_input from silly sudoku

This commit is contained in:
damirka 2021-04-26 22:26:46 +03:00
parent 5d359f23f5
commit 18de36c71c

View File

@ -1,14 +0,0 @@
// The program input for tmp-test/src/main.leo
[main]
puzzle: [u8; (3, 3)] = [[1, 0, 5],
[0, 2, 0],
[7, 0, 0]];
answer: [u8; (3, 3)] = [[1, 4, 5],
[3, 2, 6],
[7, 8, 9]];
expected: bool = true;
[registers]
r: bool = false;