6 lines
98 B
C++
6 lines
98 B
C++
#include "Rocket.h"
|
|
|
|
int main(int argc, char* argv[]) {
|
|
Rocket myRocket("Test Rocket");
|
|
|
|
} |