Files
projectbutler/ProjectButler/Sourcesmain.swift

9 lines
124 B
Swift

import Foundation
@main
struct ProjectButler {
static func main() {
print("ProjectButler is running!")
}
}