mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
7 lines
69 B
C++
7 lines
69 B
C++
#include "all_includes.h"
|
|
|
|
int main( int , char** )
|
|
{
|
|
return 0;
|
|
}
|
|
|