Compare commits

1 Commits
0.1 ... master

Author SHA1 Message Date
John Paul Wohlscheid
676e913a9f update README and add screenshot 2026-02-24 11:52:37 -05:00
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 # 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
```