aoc2021/Sources/09/main.swift

13 lines
221 B
Swift
Raw Normal View History

2021-12-09 06:35:17 +00:00
//
// File.swift
//
//
// Created by Max Nuding on 05.12.21.
//
import Foundation
import Runner
2021-12-09 06:48:45 +00:00
Runner(target: Day09.self, day: "09", isTest: true).run()
//Runner(target: Day09.self, day: "09", isTest: false).run()