diff --git a/main.bat b/main.bat new file mode 100644 index 0000000..2d36025 --- /dev/null +++ b/main.bat @@ -0,0 +1,15 @@ +@ECHO off + +TITLE The C+- Console + +echo ░█████╗░░░░░░░░░░░░░░ +echo ██╔══██╗░░██╗░░░░░░░░ +echo ██║░░╚═╝██████╗█████╗ +echo ██║░░██╗╚═██╔═╝╚════╝ +echo ╚█████╔╝░░╚═╝░░░░░░░░ +echo ░╚════╝░░░░░░░░░░░░░░ + +echo Welcome to the C+- console. +echo =========================================== +echo To contribute, go to https://github.com/koreaneggroll/C-plus-minus +echo ===========================================