Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falsedev/git-sample
https://github.com/falsedev/git-sample
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/falsedev/git-sample
- Owner: FalseDev
- Created: 2023-10-28T12:30:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T10:29:18.000Z (11 months ago)
- Last Synced: 2023-12-07T11:29:13.089Z (11 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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")
```