From a8087044b2927b6a67d36392a2739521752a7411 Mon Sep 17 00:00:00 2001 From: mromano11 Date: Thu, 21 Oct 2021 11:08:46 -0400 Subject: [PATCH] adding markdown, python script, r script, sql dum for mromano11 --- R-Scripts/index.r | 0 markdown/mromano11.md | 3 +++ python-scripts/main.py | 1 + sql/dump.sql | 1 + 4 files changed, 5 insertions(+) create mode 100644 R-Scripts/index.r create mode 100644 markdown/mromano11.md create mode 100644 python-scripts/main.py create mode 100644 sql/dump.sql diff --git a/R-Scripts/index.r b/R-Scripts/index.r new file mode 100644 index 0000000..e69de29 diff --git a/markdown/mromano11.md b/markdown/mromano11.md new file mode 100644 index 0000000..856a554 --- /dev/null +++ b/markdown/mromano11.md @@ -0,0 +1,3 @@ +# Intro + +This is mromano11. And this is a new file. diff --git a/python-scripts/main.py b/python-scripts/main.py new file mode 100644 index 0000000..d3e46f2 --- /dev/null +++ b/python-scripts/main.py @@ -0,0 +1 @@ +print('Hello World') \ No newline at end of file diff --git a/sql/dump.sql b/sql/dump.sql new file mode 100644 index 0000000..523a388 --- /dev/null +++ b/sql/dump.sql @@ -0,0 +1 @@ +Select = from table