Ben Patterson

51
reputation
6
#include <iostream>
using namespace std;

int main() {

    cout << "Use the force, Harry\n" << "\t- Gandalf" << endl;
    return 0;

}

I'm a novice, but programming is fun!