https://github.com/falsedev/git-sample
https://github.com/falsedev/git-sample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/falsedev/git-sample
- Owner: FalseDev
- Created: 2023-10-28T12:30:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T10:29:18.000Z (over 2 years ago)
- Last Synced: 2025-02-01T15:45:07.877Z (over 1 year 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")
```