This commit is contained in:
2021-12-03 14:33:25 +01:00
parent 7c83ff9e7e
commit b8329f2c1a
4 changed files with 1083 additions and 1 deletions

View File

@@ -7,5 +7,9 @@
import Foundation
print("Hello, World!")
let fileContent = try! String(contentsOfFile: CommandLine.arguments[1])
for line in fileContent.trimmingCharacters(in: .newlines).components(separatedBy: .newlines) {
}