[ create a new paste ] login | about

Link: http://codepad.org/uTUmJyWS    [ raw code | fork ]

C++, pasted on Nov 12:
1
2
3
4
5
6
7
8
9
10
11
12
#include <iostream>
#include "generator.h"

using namespace std;

int main()
{
    generator star_trek;

    cout << star_trek.generate() << endl;
    return 0;
}


Create a new paste based on this one


Comments: