remove _ in names
This commit is contained in:
parent
829db87c40
commit
3af7344581
1270 changed files with 0 additions and 18916 deletions
|
|
@ -1,6 +0,0 @@
|
|||
(1 to 100) foreach {
|
||||
case x if (x % 15 == 0) => println("FizzBuzz")
|
||||
case x if (x % 3 == 0) => println("Fizz")
|
||||
case x if (x % 5 == 0) => println("Buzz")
|
||||
case x => println(x)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue