Initial Commit

This commit is contained in:
link2026
2026-05-25 12:12:47 +08:00
commit 9b2f27e691
12 changed files with 949 additions and 0 deletions

16
体己Tests/__Tests.swift Normal file
View File

@@ -0,0 +1,16 @@
//
// __Tests.swift
// Tests
//
// Created by Tim on 2026/5/25.
//
import Testing
struct __Tests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}