Home

Awesome

Swift Echo

What's this?

Basic stuff here, but this little project illustrates a few things that I want to remember for cross-platform Swift development:

Things to try:

$ make build_osx
$ make run_osx # then type a line and have it echoed back
$ make build_linux # if you have Docker installed...
$ make run_linux
$ swift package generate-xcodeproj # to edit in Xcode