/*
* Coty R. Miller index.html
*
* Games:
* swift - http://cotyrmiller.com/code/DrNim/DrNim.html
* java - http://cotyrmiller.com/code/ticTacToe.html
* python - http://cotyrmiller.com/code/TicTacToe.html
* python - http://cotyrmiller.com/code/3DTicTacToe.html
* python - http://cotyrmiller.com/code/GrindQuest.html
*
* Demos:
* swift - http://cotyrmiller.com/code/BuzzFizzProper.html
* swift - http://cotyrmiller.com/code/BuzzFizzTiny.html
* swift - http://cotyrmiller.com/code/canonicalEquivalenceDemo.html
* swift - http://cotyrmiller.com/code/SpriteKit.html
* swift - http://cotyrmiller.com/code/wordFilter.html
* swift - http://cotyrmiller.com/code/zipCodes.html
* python - http://cotyrmiller.com/code/fractoral.html
* python - http://cotyrmiller.com/code/PIDidgetCounter.html
* python - http://cotyrmiller.com/code/wordcount.html
* python - http://cotyrmiller.com/code/NopSembler.html
* x86_64 Assembly - http://cotyrmiller.com/code/ask64.html
*
* Engines:
* TextAdventure Engine v0.1b (In swift)
* —- http://cotyrmiller.com/code/AdventureEngine.html
* v0.1.2b (In Swift)
* -- http://cotyrmiller.com/code/AdventureEngine_0.1.2b.html
*/
import foundation
print("Welcome to Coty's lawlServer, what's your name?")
let usrName = readLine()
print("Hello \(usrName)")