remove _ in names
This commit is contained in:
parent
829db87c40
commit
3af7344581
1270 changed files with 0 additions and 18916 deletions
|
|
@ -1,9 +0,0 @@
|
|||
Integer extend [
|
||||
fizzbuzz [
|
||||
| fb |
|
||||
fb := '%<Fizz|>1%<Buzz|>2' % {
|
||||
self \\ 3 == 0. self \\ 5 == 0 }.
|
||||
^fb isEmpty ifTrue: [ self ] ifFalse: [ fb ]
|
||||
]
|
||||
]
|
||||
1 to: 100 do: [ :i | i fizzbuzz displayNl ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue