diff --git a/HelloWorld.md b/HelloWorld.md new file mode 100644 index 000000000..2c8fb07fc --- /dev/null +++ b/HelloWorld.md @@ -0,0 +1,6 @@ +## This is a markdown file + +```r +# Print hello world in R +print("hello world") +``` \ No newline at end of file