This commit is contained in:
Adam Millerchip 2021-12-25 20:46:58 +09:00
parent d99e813ffc
commit 441baddcb7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ pub fn main() void {
std.debug.print("A Dramatic Story: ", .{});
for (???) |???| {
for (story) |scene| {
if (scene == 'h') std.debug.print(":-) ", .{});
if (scene == 's') std.debug.print(":-( ", .{});
if (scene == 'n') std.debug.print(":-| ", .{});