Package target setup #1

Merged
javier merged 4 commits from setup/targets into main 2025-01-27 23:38:35 +00:00
2 changed files with 12 additions and 4 deletions
Showing only changes of commit 3e8e321c73 - Show all commits

12
Sources/Colibri.swift Normal file
View File

@ -0,0 +1,12 @@
import ArgumentParser
@main
struct Colibri: AsyncParsableCommand {
// MARK: Functions
func run() async throws {
// ...
}
}

View File

@ -1,4 +0,0 @@
// The Swift Programming Language
// https://docs.swift.org/swift-book
print("Hello, world!")