Added some to_string.

This commit is contained in:
Christoffer Lerno
2023-06-26 16:21:07 +02:00
parent 83f8bbb91b
commit fc054dad81
6 changed files with 70 additions and 2 deletions

View File

@@ -26,4 +26,5 @@ fn void! test_range()
sum += z * z;
}
assert(sum == 35);
}
}