#include "Application/Bootstrap.h"
00020 { 00021 00022 Bootstrap app; 00023 app.run(); 00024 return 1; 00025 }