aoc2021/Sources/03/main.swift

12 lines
144 B
Swift
Raw Normal View History

2021-12-05 10:43:02 +00:00
//
// File.swift
//
//
// Created by Max Nuding on 05.12.21.
//
import Foundation
import Runner
Runner(target: Day03.self, day: "03").run()