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