Way better

This commit is contained in:
cdricms
2025-07-19 12:58:20 +02:00
commit 9e43d41781
4 changed files with 478 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import Testing
@testable import units
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
if let tenKilos = 10["kg"] {
print(tenKilos[tenKilos.unit]!)
}
}