Add 2019 solutions

This commit is contained in:
Sven Weidauer 2022-11-23 16:46:51 +01:00
parent 43a2ee8414
commit 4d5c8ee8ce
27 changed files with 3198 additions and 0 deletions

View file

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