aoc2021/Sources/02/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: Day02.self, day: "02").run()