Files
FREEnote/README.md

16 lines
247 B
Markdown
Raw Permalink Normal View History

2026-02-24 15:57:44 +00:00
# FREEnote
2026-02-24 11:52:37 -05:00
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
```