diff options
| author | Aakarsh Kashyap <[email protected]> | 2026-06-18 01:33:42 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-18 01:33:42 +0530 |
| commit | f61a87137d90b8b43ab3cfa6847d22732c535e6e (patch) | |
| tree | 9d44428489e403191926844c0da8712f6efa6c7f | |
| parent | 1f90af65a2b4fb849218710bbfe1991fbae6c767 (diff) | |
Create README.md for FAFR project
Add README with project overview and usage instructions
| -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. |
