diff --git a/.replit b/.replit new file mode 100644 index 0000000..2aff877 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "bash" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index 9d9daaa..b258946 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ # Basic Editing Worflow Demo This repository is used to demonstrate a basic editing worklfow between a local git repository and github. You will make some edits to this README.md file and explore how Git and Github works. + +# Header 1 +This is body of text under the first **header** +## Header 2 +This is body of text under the second *header* +### Header 3 +This is a list +* item 1 +* item 2 +* item 3 +#### Header 4 +This is a change in replit + +##### Header 5 +Edit from the exploration branch + +###### Header 6 + +## Sample Code +``` +name = input("Enter your name") +print(name) + +if name == "Eric": + print("****") +``` + diff --git a/otherfile.md b/otherfile.md new file mode 100644 index 0000000..e69de29