This commit is contained in:
Piyush मिश्रः 2019-08-13 11:33:16 +05:30 committed by GitHub
parent 38fac83112
commit 9029a49f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -1,2 +1,13 @@
# Notepad
Simple Notepad made with qt
![Screenshot](screenshot.png)
#### Build
```sh
# mkdir build
# cd build
# qmake ..
# make
```