Thread 18784d99

LETS TRY SOMETHING

function writeSomeCode() {
    return "Yes it allows highlighted code."
}
#include <iostream>

#define ALL_GOOD_FAM 0

using namespace std;

int main() {
    cout << "Hmmmmm" << endl;

    return ALL_GOOD_FAM;
}