From 683e0b90e827b5c2b8060543142a71451f5b52fd Mon Sep 17 00:00:00 2001 From: manji6789 Date: Wed, 5 Nov 2025 10:59:39 +0530 Subject: [PATCH] Add files via upload --- HelloWorld.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 HelloWorld.md 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