swiftlyfox/Sources/swiftyfox/swiftyfox.swift
2025-11-12 16:25:13 -05:00

11 lines
163 B
Swift

// The Swift Programming Language
// https://docs.swift.org/swift-book
@main
struct swiftyfox {
static func main() {
print("Hello, world!")
}
}