#!raku
for (1..100) {
given $_ {
when not $_ % 15 { 'FizzBuzz'.say }
when not $_ % 3 { 'Fizz' .say }
when not $_ % 5 { 'Buzz' .say }
default { .say }
}
}
Page Updates |
---|
IPv4 Subnet Calculator |
Factorio on systemd |
Apache Bench load testing |
Console::Blackjack |
RetroPie Arcade |
Recent Articles |
---|
Install xfce4 on Debian |
Console Blackjack in Perl |
Selenium::WebDriver::Error::UnknownError |
Game of Life in C++ using the SDL2 |
PigPen (dots and boxes) in C++ using the SDL2 |
Copyright © 2005 - 2021
GregDonald.com · Contact · Nautical War · CRM12
All Rights Reserved