Skip to content

Commit a64921c

Browse files
committed
Done.
1 parent 412c8e4 commit a64921c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Variable Assignment
1+
eearn# Variable Assignment
22

33
## Objectives
44

variable.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Define a local variable called 'greeting',
22
# give it the value of the string "Hello World"
3+
greeting = 'Hello World'

0 commit comments

Comments
 (0)