Initial source commit 🎉

This commit is contained in:
Tony Bark 2025-11-12 16:25:13 -05:00
commit 8f83d25989
8 changed files with 114 additions and 0 deletions

View file

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