aoc2021/Sources/07/main.swift

13 lines
221 B
Swift
Raw Normal View History

2021-12-07 06:10:31 +00:00
//
// File.swift
//
//
// Created by Max Nuding on 05.12.21.
//
import Foundation
import Runner
2021-12-07 06:28:51 +00:00
//Runner(target: Day07.self, day: "07", isTest: true).run()
2021-12-07 06:10:31 +00:00
Runner(target: Day07.self, day: "07", isTest: false).run()