feat: make diff more verbose (#10)

This commit is contained in:
Ilenia 2022-06-19 17:32:48 +02:00 committed by GitHub
parent 9ed3c926bd
commit be6e502573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,4 @@ print(arithmetic_arranger(["32 + 698", "3801 - 2", "45 + 43", "123 + 49"]))
# Run unit tests automatically # Run unit tests automatically
main() main(['-vv'])