1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00

fix spaces at end-of-lines

This commit is contained in:
Kristin Linn
2015-10-20 17:06:41 -04:00
parent 622e03a141
commit 81c1b8334c

View File

@@ -16,9 +16,8 @@ R is a statistical computing language. It has lots of libraries for uploading an
# You can't make multi-line comments, # You can't make multi-line comments,
# but you can stack multiple comments like so. # but you can stack multiple comments like so.
# in Windows or Mac, hit COMMAND-ENTER to execute a line # in Windows you can use CTRL-ENTER to execute a line.
# on Mac it is COMMAND-ENTER
############################################################################# #############################################################################
# Stuff you can do without understanding anything about programming # Stuff you can do without understanding anything about programming