Basic project creation #3

Merged
javier merged 64 commits from feature/create-basic-project into main 2025-01-28 00:07:25 +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!")