Skip to content

Commit 42a1762

Browse files
author
Zev Blut
committed
Filling in the text for an answer.
1 parent 91ce25f commit 42a1762

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

code/calculator/app/controllers/calculator_controller.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def game
1111
end
1212

1313
def answer
14-
14+
@message = "Congrats!!!"
1515
end
1616

1717
end
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<h1>You have <%= @message %></h1>

0 commit comments

Comments
 (0)