diff options
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ddfdfb8 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# FAFR + +Terminal: RSVP (Rapid Serial Visual Presentation) + +## // Getting started + +How to compile +``` +g++ Main.cpp -o main +``` + +How to use + +``` +main <file_name> +``` + +## // Licence +Use of this code is not permisable for AI/LLM or any statistical prediction model training or any adjacent use. |
