Skip to content

Commit 5d92272

Browse files
authored
Update TermiC.sh
1 parent 6630e55 commit 5d92272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TermiC.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ addInclude=""
1818
[[ $1 == "tcc" ]] && compiler="tcc"
1919
[[ $1 == "cpp" ]] || [[ $0 =~ \+\+ ]] && lang="c++" && compiler="g++ -fpermissive" && extension="cpp" && addInclude="#include <iostream>\nusing namespace std;\n"
2020
command -v bat > /dev/null 2>&1 && catcmd="bat -p -l $lang" || catcmd=cat
21-
echo TermiC 1.2.2V
21+
echo TermiC 1.3.0V
2222
echo Language: $lang
2323
echo Compiler: $compiler
2424
echo Type \'help\' for additional information

0 commit comments

Comments
 (0)