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
+1 -1
View File
@@ -8,4 +8,4 @@ print(arithmetic_arranger(["32 + 698", "3801 - 2", "45 + 43", "123 + 49"]))
# Run unit tests automatically
main()
main(['-vv'])