Skip to content

Commit

Permalink
Update TermiC.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hanoglu authored Oct 28, 2022
1 parent 0032a97 commit 2223480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TermiC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extension="c"
compiler="gcc"
addInclude=""
[[ $1 == "cpp" ]] && lang="c++" && compiler="g++ -fpermissive" && extension="cpp" && addInclude="#include <iostream>\nusing namespace std;\n"
echo TermiC 1.2V
echo TermiC 1.2.1V
echo Language: $lang
echo Compiler: $compiler
echo Type \'help\' for additional information
Expand Down

0 comments on commit 2223480

Please sign in to comment.