Skip to content

Commit 0c542ba

Browse files
SOPHIE DEBENEDETTOSOPHIE DEBENEDETTO
SOPHIE DEBENEDETTO
authored and
SOPHIE DEBENEDETTO
committed
fixed tags, added objectives
1 parent fb51636 commit 0c542ba

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.learn

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ tags:
44
languages:
55
- ruby
66
resources: 2
7+

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
---
2-
tags: variable assignment, variables
3-
language: ruby
4-
resources: 2
5-
---
1+
##Objectives
62

7-
# Local Variable Assignment
3+
Test your ability to assign a local variable
84

9-
The goal of this lab is purposely basic, just simply test your ability to assign a local variable named `greeting` that is equal to `Hello World`.
5+
##Instructions
6+
7+
You will assign a local variable named `greeting` that is equal to `Hello World`.
108

119
You should first make sure the test suite is running correctly by running: `learn`.
1210

0 commit comments

Comments
 (0)