aoc2021/Sources/07/main.swift

12 lines
161 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
Runner(target: Day07.self, day: "07", isTest: false).run()