First commit

This commit is contained in:
Maxime Delporte
2025-10-19 19:42:49 +02:00
commit 195b846e65
11 changed files with 886 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// LandmarksTests.swift
// LandmarksTests
//
// Created by Maxime on 19/10/2025.
//
import Testing
@testable import Landmarks
struct LandmarksTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}