Compare commits

..

No commits in common. "ae9a534c7f1cfa3623bc6b58663908f16926ad9e" and "027960f6359774cd2cb3b393f08e54f4bab3db36" have entirely different histories.

2 changed files with 1 additions and 13 deletions

View file

@ -1,11 +0,0 @@
# project_name
## Description
## Documentation
## Building Project
## Contributing

View file

@ -205,8 +205,7 @@ add_new_module () {
echo "1.) Add a C module"
echo "2.) Add a C++ module"
printf "choice:"
read lanuage_selection
read -P "choice:" lanuage_selection
case $lanuage_selection in
1)