Tuesday, 10 February 2015

So long, but will come soon.

hello, hello, testing.. I have no followers, so this wont be seen by anyone!

// Comment
#include "Dong.h"
#include "stdio .h"
class Testing : public Dong {
public :
Testing() { };
    //yeah! this works!
    void Method() {
         /* Another Comment
            on multiple lines */
         int x = 9;
         std::map < int > intmap;
     }
}

int main(){
    //Nothing to do here! Go Away!
    return 0;
}

That was to test if code syn-taxing works.




No comments:

Post a Comment