This commit is contained in:
Jonathan Halmen
2021-11-05 17:37:12 +01:00
parent 29d32bfa79
commit f8b8531930
10 changed files with 20 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ pub fn main() void {
var com_title = com_frame;
var org_title = org_frame;
print(".com: {s}, .org: {s}.\n", .{com_title, org_title});
print(".com: {s}, .org: {s}.\n", .{ com_title, org_title });
}
fn getPageTitle(url: []const u8) []const u8 {