AoC/2019/AoC.playground/Pages/Day 10.xcplaygroundpage/Contents.swift
2022-11-23 16:46:51 +01:00

7 lines
95 B
Swift

//: [Previous](@previous)
import Foundation
var str = "Hello, playground"
//: [Next](@next)