# Hello World # Last edited on 08-14-2016 # Store string in object my_string <- "Hello, world!" # Print string print(my_string) # Correct syntax