Data update

This commit is contained in:
Ingy döt Net 2023-07-01 19:04:33 -04:00
parent 8f05c7136f
commit 0bf4da02c3
82 changed files with 2194 additions and 118 deletions

View file

@ -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});
}
}