Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Randomness Slayer

Randomness Slayer

Randomness Slayer has asked 0 questions and find answers to 2 problems.

Stats

26
EtPoint
4
Vote count
0
questions
2
answers

About

Code:

val name= "RandomnessSlayer"
println(s"Hello! My name is $name. Scala is super cool!")

Output:

Hello! My name is RandomnessSlayer. Scala is super cool!

Randomness Slayer questions