remove _ in names
This commit is contained in:
parent
829db87c40
commit
3af7344581
1270 changed files with 0 additions and 18916 deletions
|
|
@ -1,14 +0,0 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use feature qw/say/;
|
||||
|
||||
foreach my $i (1 .. 100) {
|
||||
say + (0 == $i % 15) ? "FizzBuzz"
|
||||
: (0 == $i % 3) ? "Fizz"
|
||||
: (0 == $i % 5) ? "Buzz"
|
||||
: $i
|
||||
;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue