diff --git a/FREEnote0.1.png b/FREEnote0.1.png new file mode 100644 index 0000000..938c639 Binary files /dev/null and b/FREEnote0.1.png differ diff --git a/README.md b/README.md index 6342e14..5e61436 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # FREEnote -A simple text editor written in FreeBASIC with help from ChatGPT \ No newline at end of file +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 +```