Skip to content

Madf1ng3r/Rabbithole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#include <iostream>   
#include "readme.h" 
using namespace std;
void rmmain() {              // Readme Funktion 
    cout << endl << endl;
    cout << R"( Version Early Alpha 1.19)

";
    cout << "\033[32m";  //Anfang grüne Schriftfarbe
  cout <<  R"(
  








                                                                             _           _   _           
                                                                            | |         | | | |           
                                                          ___ _ __ ___  __ _| |_ ___  __| | | |__  _   _  
                                                         / __| '__/ _ \/ _` | __/ _ \/ _` | | '_ \| | | | 
                                                        | (__| | |  __/ (_| | ||  __/ (_| | | |_) | |_| | 
                                                         \___|_|  \___|\__,_|\__\___|\__,_| |_.__/ \__, | 
                                                         _                                    _     __/ | 
                                                        | |                                  | |   |___/  
                                                        | |     ___  ___  _ __   __ _ _ __ __| | ___      
                                                        | |    / _ \/ _ \| '_ \ / _` | '__/ _` |/ _ \     
                                                        | |___|  __/ (_) | | | | (_| | | | (_| | (_) |    
                                                        |______\___|\___/|_| |_|\__,_|_|  \__,_|\___/     
                                                                                                                            
)";
  cout << "\033[0m";   //Ende mit grüner Farbe
}