transferring to PC

This commit is contained in:
ION606
2025-09-14 10:32:47 -04:00
parent b9c6b4a187
commit f779fedb37
7 changed files with 442 additions and 0 deletions
+8
View File
@@ -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")