Initial Commit

This commit is contained in:
2025-03-12 08:46:12 +08:00
commit 74d2c6567a
14 changed files with 935 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
//
// TeachMateTests.swift
// TeachMateTests
//
// Created by Hongli on 2025/3/12.
//
import Testing
struct TeachMateTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}