015
This commit is contained in:
parent
8e92db2003
commit
695db85d6c
1 changed files with 1 additions and 1 deletions
|
@ -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(":-| ", .{});
|
||||
|
|
Loading…
Add table
Reference in a new issue