Added Square and Equilateral Triangle classes

This commit is contained in:
Tony Bark 2026-04-17 16:51:35 -04:00
parent 1c40a688e4
commit 53ba21d774
9 changed files with 154 additions and 45 deletions

View file

@ -0,0 +1,8 @@
import Testing
@testable import swiftlyfox
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
// Swift Testing Documentation
// https://developer.apple.com/documentation/testing
}