From 52ab6896c1318cf689faf126729c245ddcf7938d Mon Sep 17 00:00:00 2001 From: katrinali7 <38284336+katrinali7@users.noreply.github.com> Date: Thu, 21 Oct 2021 11:08:39 -0400 Subject: [PATCH] adding markdown, python script, sql dump for katrinali7 --- markdown/katrinali7.md | 6 ++++++ python-scripts/main.py | 1 + sql/dump.sql | 2 ++ 3 files changed, 9 insertions(+) create mode 100644 markdown/katrinali7.md create mode 100644 python-scripts/main.py create mode 100644 sql/dump.sql diff --git a/markdown/katrinali7.md b/markdown/katrinali7.md new file mode 100644 index 0000000..0239699 --- /dev/null +++ b/markdown/katrinali7.md @@ -0,0 +1,6 @@ +# Intro + +This is a new file for testing. +# This is an

tag +## This is an

tag +###### This is an

tag \ No newline at end of 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..8e05933 --- /dev/null +++ b/sql/dump.sql @@ -0,0 +1,2 @@ +select * +from tablename \ No newline at end of file