From 3f0cdb75fff52dd46c52a576f8697c71995fad79 Mon Sep 17 00:00:00 2001 From: hchan7 <32247035+hchan7@users.noreply.github.com> Date: Thu, 21 Oct 2021 11:10:02 -0400 Subject: [PATCH] added python script, R script, sql script --- markdown/R-scripts/index.R | 0 markdown/hchan7.md | 3 +++ markdown/python-scripts/main.py | 1 + markdown/sql/dump.sql | 0 4 files changed, 4 insertions(+) create mode 100644 markdown/R-scripts/index.R create mode 100644 markdown/hchan7.md create mode 100644 markdown/python-scripts/main.py create mode 100644 markdown/sql/dump.sql diff --git a/markdown/R-scripts/index.R b/markdown/R-scripts/index.R new file mode 100644 index 0000000..e69de29 diff --git a/markdown/hchan7.md b/markdown/hchan7.md new file mode 100644 index 0000000..95ae5c3 --- /dev/null +++ b/markdown/hchan7.md @@ -0,0 +1,3 @@ +# Intro + +This is hchan7. And this is a new file. \ No newline at end of file diff --git a/markdown/python-scripts/main.py b/markdown/python-scripts/main.py new file mode 100644 index 0000000..1dc45ac --- /dev/null +++ b/markdown/python-scripts/main.py @@ -0,0 +1 @@ +print("Hello World!") \ No newline at end of file diff --git a/markdown/sql/dump.sql b/markdown/sql/dump.sql new file mode 100644 index 0000000..e69de29