mirror of
https://git.tonybark.com/tonytins/swiftlyfox.git
synced 2026-02-10 16:24:48 -05:00
Initial source commit 🎉
This commit is contained in:
commit
8f83d25989
8 changed files with 114 additions and 0 deletions
11
Sources/swiftyfox/swiftyfox.swift
Normal file
11
Sources/swiftyfox/swiftyfox.swift
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// The Swift Programming Language
|
||||
// https://docs.swift.org/swift-book
|
||||
|
||||
@main
|
||||
struct swiftyfox {
|
||||
static func main() {
|
||||
print("Hello, world!")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue