aoc2021/Sources/06/main.swift

12 lines
146 B
Swift
Raw Normal View History

2021-12-06 18:37:25 +00:00
//
// File.swift
//
//
// Created by Max Nuding on 05.12.21.
//
import Foundation
import Runner
Runner(target: Day06.self, day: "06").run()