Feat: Adds example project / app

This commit is contained in:
2024-06-18 08:42:33 -04:00
parent 2d94ded2eb
commit 3503f3bbe2
17 changed files with 954 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
//
// EstimatedPressuresTests.swift
// EstimatedPressuresTests
//
// Created by michael on 6/18/24.
//
import Testing
struct EstimatedPressuresTests {
@Test func testExample() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}