diff options
Diffstat (limited to 'test/040_inverse_cube')
| -rw-r--r-- | test/040_inverse_cube/inverse_tests.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/040_inverse_cube/inverse_tests.c b/test/040_inverse_cube/inverse_tests.c index 2ff3bc7..4cb7ad1 100644 --- a/test/040_inverse_cube/inverse_tests.c +++ b/test/040_inverse_cube/inverse_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | cube_t inverse(cube_t); | 3 | cube_t inverse(cube_t); |
| 4 | 4 | ||
| 5 | int main(void) { | 5 | void run(void) { |
| 6 | char str[STRLENMAX]; | 6 | char str[STRLENMAX]; |
| 7 | cube_t cube, inv; | 7 | cube_t cube, inv; |
| 8 | 8 | ||
| @@ -18,6 +18,4 @@ int main(void) { | |||
| 18 | writecube("H48", inv, str); | 18 | writecube("H48", inv, str); |
| 19 | printf("%s\n", str); | 19 | printf("%s\n", str); |
| 20 | } | 20 | } |
| 21 | |||
| 22 | return 0; | ||
| 23 | } | 21 | } |
