Initial Commit
This commit is contained in:
14
Sources/Cap_Train.swift
Normal file
14
Sources/Cap_Train.swift
Normal file
@ -0,0 +1,14 @@
|
||||
// The Swift Programming Language
|
||||
// https://docs.swift.org/swift-book
|
||||
//
|
||||
// Swift Argument Parser
|
||||
// https://swiftpackageindex.com/apple/swift-argument-parser/documentation
|
||||
|
||||
import ArgumentParser
|
||||
|
||||
@main
|
||||
struct Cap_Train: ParsableCommand {
|
||||
mutating func run() throws {
|
||||
print("Hello, world!")
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user