12 lines
120 B
Swift
12 lines
120 B
Swift
//
|
|
// main.swift
|
|
// AoC3
|
|
//
|
|
// Created by Marijn Doeve on 03-12-2021.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
print("Hello, World!")
|
|
|