We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0032a97 commit 2223480Copy full SHA for 2223480
TermiC.sh
@@ -16,7 +16,7 @@ extension="c"
16
compiler="gcc"
17
addInclude=""
18
[[ $1 == "cpp" ]] && lang="c++" && compiler="g++ -fpermissive" && extension="cpp" && addInclude="#include <iostream>\nusing namespace std;\n"
19
-echo TermiC 1.2V
+echo TermiC 1.2.1V
20
echo Language: $lang
21
echo Compiler: $compiler
22
echo Type \'help\' for additional information
0 commit comments