13 lines
221 B
Swift
13 lines
221 B
Swift
//
|
|
// File.swift
|
|
//
|
|
//
|
|
// Created by Max Nuding on 15.12.21.
|
|
//
|
|
|
|
import Foundation
|
|
import Runner
|
|
|
|
//Runner(target: Day15.self, day: "15", isTest: true).run()
|
|
Runner(target: Day15.self, day: "15", isTest: false).run()
|