update README and add screenshot

This commit is contained in:
John Paul Wohlscheid
2026-02-24 11:52:37 -05:00
parent 0a8a4bca03
commit 676e913a9f
2 changed files with 13 additions and 1 deletions

BIN
FREEnote0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -1,3 +1,15 @@
# FREEnote
A simple text editor written in FreeBASIC with help from ChatGPT
A simple text editor written in FreeBASIC with help from ChatGPT.
> [!NOTE]
> This code was generated using AI. Use at your own risk.
![Initial screenshot](FREEnote0.1.png)
## Build Instructions
```
fbc main.bas doc.bas
./main
```