@@ -0,0 +1,8 @@
print("Hello, World!")
a <- 5
b <- 3
sum <- a + b
# disgusting
cat("The sum of", a, "and", b, "is", sum, "\n")
The note is not visible to the blocked user.