Skip to content

Commit 77a9455

Browse files
committed
1001 - Extremely Basic
1 parent b57cb58 commit 77a9455

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Beginner/1001.rb

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
sA = gets.chomp.to_i
2+
sB = gets.chomp.to_i
3+
sum = sA+sB
4+
puts "X = "+sum.to_s

0 commit comments

Comments
 (0)