Data update
This commit is contained in:
parent
8f05c7136f
commit
0bf4da02c3
82 changed files with 2194 additions and 118 deletions
|
|
@ -3,6 +3,6 @@ pub fn main() anyerror!void {
|
|||
|
||||
for (0..100_000_000) |number| {
|
||||
if (isSelfDescribing(@intCast(number)))
|
||||
_ = try stdout.print("{}\n", .{number});
|
||||
try stdout.print("{}\n", .{number});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue