feat: add mac companion app

This commit is contained in:
Peter Steinberger
2025-12-05 23:13:53 +01:00
parent 690113dd73
commit a5164df293
9 changed files with 1236 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import Testing
@Suite struct PlaceholderTests {
@Test func placeholder() {
#expect(true)
}
}