From 2798f7fe7eb82cbd21727f5633fc2cdb464eb754 Mon Sep 17 00:00:00 2001 From: Nihar Patel Date: Mon, 14 Jul 2025 09:26:32 -0400 Subject: [PATCH] Complete Lab? --- app.rb | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/app.rb b/app.rb index a6794e05..c08aa519 100644 --- a/app.rb +++ b/app.rb @@ -1,23 +1,3 @@ -# pp [{ id: 1, hello: "World" }, -# { id: 2, hello: "Ruby" }, -# { id: 3, hello: "Moon" }, -# { id: 4, hello: "Learner" }] - -# p [1,2,3] -# puts "Hello World!" -# print "Pass this test, please." -# p [1,2,3] - -# def add - -# end -# # 1 + 1 -# puts add + add - -def add num1, num2 - puts num1 - puts num2 - num1 + num2 -end - -puts add(1,3) + add(2,2) \ No newline at end of file +puts "Hello World!" +print "Pass this test, please." +p [1, 2, 3]