Skip to content

Commit

Permalink
Create a variable named foo and assign it the value 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jantzilla committed Jun 3, 2018
1 parent 1811422 commit 94aaa3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 1.05-Exercise-ExperimentWithGroovy/build.gradle
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ task stringsAndTypes {
println "Nice work abbreviating the task name"

// TODO: Create a variable named foo and assign it the value 4.2
def foo = 4.2

// TODO: Print the value and class of foo

Expand Down

0 comments on commit 94aaa3e

Please sign in to comment.