echo befehl funktioniert

This commit is contained in:
Tristan Krause 2019-03-26 11:35:20 +01:00
parent a68bb3aecc
commit c108303ba3
9 changed files with 98 additions and 3 deletions

View file

@ -5,5 +5,5 @@ int main()
{
B15F& drv = B15F::getInstance();
drv.init();
std::cout << "heelol" << std::endl;
std::cout << "Schluss." << std::endl;
}