Fizz Buzz
Details
Print the numbers from 1 to 100 inclusive, each on their own line.
If, however, the number is a multiple of three then print Fizz instead, and if the number is a multiple of five then print Buzz.
For numbers which are multiples of both three and five then print FizzBuzz.
0 characters
Top-level programs are supported, args holds ARGV.
ARGV is available via STDIN, joined on NULL. x is a no-op.
arguments holds ARGV, print() to output with a newline,
write() to output without a newline.
say() is available without any import.
SELECT arg FROM argv to access the arguments, only the first
column of the first result set will be printed, NULL values will be
skipped, and the dialect is SQLite.
ctrl + enter
or
Run