Initial Commit

This commit is contained in:
neon443
2024-12-24 12:54:10 +00:00
commit 3ae665e3d7
13 changed files with 929 additions and 0 deletions

View File

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