2 lines
64 B
Swift
2 lines
64 B
Swift
|
|
@main struct ForgeCLI { static func main() { print("forge") } }
|