mirror of
https://git.tonybark.com/tonytins/swiftlyfox.git
synced 2026-02-10 08:14:48 -05:00
11 lines
163 B
Swift
11 lines
163 B
Swift
// The Swift Programming Language
|
|
// https://docs.swift.org/swift-book
|
|
|
|
@main
|
|
struct swiftyfox {
|
|
static func main() {
|
|
print("Hello, world!")
|
|
}
|
|
}
|
|
|
|
|