Skip to content

Instantly share code, notes, and snippets.

View vasily802's full-sized avatar
:octocat:
What's happening?

vasily802

:octocat:
What's happening?
View GitHub Profile
@vasily802
vasily802 / fpmax.scala
Created March 16, 2019 08:06 — 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()