Data update
This commit is contained in:
parent
8e4e15fa56
commit
72eb4943cb
1853 changed files with 35514 additions and 9441 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const print = @import("std").debug.print;
|
||||
pub fn main() void {
|
||||
var i: usize = 1;
|
||||
while (i <= 100) : (i += 1) {
|
||||
|
||||
for(1..101) |i| {
|
||||
if (i % 3 == 0 and i % 5 == 0) {
|
||||
print("FizzBuzz\n", .{});
|
||||
} else if (i % 3 == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue