C programes for simple class wroks
- This code UI is completetly based on ANSI Code Sequences ; So if your terminal doesn't support ANSI escape code sequences then everything will look gibrish.
- Able to understand the proper comments and make changes accordinly based on your compiler; LINUX/UNIX user have nothing to worry about everythin is fine.
- LINUX/UNIX users don't CTRL+C during the
press()
function runtime. This may cause your current Terminal TAB act weird.
#How To use (LINUX/UNIX)
-
git clone https://github.com/leyuskckiran1510/C.git
-
cd ./C
-
chmod +x ./LMS.c` || `chmod 777 ./LMS.c
-
./LMS.c
-
rm -f ./user.txt
-
nano ./user.txt
3.CTRL+X
4. Y
5. Now everything is ready to run.
### remeber to read the comments and add or remove some lines to adjust with your Platform.
-
git clone https://github.com/leyuskckiran1510/C.git
-
cd ./C
-
gcc -o LMS.exe ./LMS.c ./anisc.c
-
./LMS.exe