feat: Initial commit.

This commit is contained in:
2025-12-18 21:15:26 -05:00
parent eb6c844be7
commit 5d6e50a983
4 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import Testing
@testable import swift_manual_d
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}