diff --git a/src/bin/launcher/launcher.cpp b/src/bin/launcher/launcher.cpp index 540f54e..14c839c 100644 --- a/src/bin/launcher/launcher.cpp +++ b/src/bin/launcher/launcher.cpp @@ -6,6 +6,7 @@ int main(void) { ubixDesktop * desktop = new ubixDesktop(NULL); if (desktop!=NULL) cout << "Desktop created" << endl; + cout << "Vagina!!!!" << endl; delete desktop; return 0; }