
Party by -pm-
By: a guest on
May 25th, 2012 | syntax:
C++ | size: 0.39 KB | hits: 18 | expires: Never
#include <stdlib.h>
#include "Informatics.h"
#include "OpenSource.h"
#include "GreatWeather.h"
#include "Party.h"
#include "Date.h"
/**
* Hauptroutine (Callback für libc)
*
* @param int argc Anzahl Argumente
* @param **char argv Argumentkette
*/
int main(int argc, char *argv[]) {
Party *p = new Party(Date::getNextWeekend());
p->execute();
return EXIT_SUCCESS;
}