Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/falsedev/git-sample


https://github.com/falsedev/git-sample

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Sample Project
Welcome to my sample project

# New Heading
More data added

## subheading
Some more updated information is added here

## Second subheading
installation instruction added for UI
installation for Linux

```js
console.log("Hello")

## Some python code is added
```py
import time
time.sleep(2)
print("Work done")
```