print("This is my first script.")
## [1] "This is my first script."
print("This is easy!")
## [1] "This is easy!"