Skip to content

Instantly share code, notes, and snippets.

@rladstaetter
rladstaetter / fpmax.scala
Created August 19, 2018 21:00 — forked from jdegoes/fpmax.scala
FP to the Max — Code Examples
package fpmax
import scala.util.Try
import scala.io.StdIn.readLine
object App0 {
def main: Unit = {
println("What is your name?")
val name = readLine()