summaryrefslogtreecommitdiff
path: root/tests/projects/c++/test(brackets)/src/main.cpp
blob: a20aef1201d5ba36480947b9b97fc58bb1a901f3 (plain)
1
2
3
4
5
6
7
8
9
10
#include <iostream>
#include "test.h"

using namespace std;

int main(int argc, char** argv)
{
    cout << TEST " " WORD "!" << endl;
    return 0;
}