AoC/2019/AoC.playground/Pages/Day 10.xcplaygroundpage/Contents.swift

8 lines
95 B
Swift
Raw Normal View History

2022-11-23 16:46:51 +01:00
//: [Previous](@previous)
import Foundation
var str = "Hello, playground"
//: [Next](@next)