This commit is contained in:
Adam Millerchip 2022-01-03 00:24:38 +09:00
parent b2027a5950
commit f964a101f6
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const print = @import("std").debug.print;
pub fn main() void {
var myframe = async getPageTitle("http://example.com");
var value = ???
var value = await myframe;
print("{s}\n", .{value});
}