#include #include using namespace std; int main( ) { initwindow(400, 300); delay(1000); return 0; }