Cleanup
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
//
|
||||
// main.swift
|
||||
// AoC3
|
||||
//
|
||||
// Created by Marijn Doeve on 03-12-2021.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
let fileContent = try! String(contentsOfFile: CommandLine.arguments[1])
|
||||
|
||||
for line in fileContent.trimmingCharacters(in: .newlines).components(separatedBy: .newlines) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user