diff --git a/compiler/test/hello.cc b/compiler/test/hello.cc index b865009..d3e4695 100644 --- a/compiler/test/hello.cc +++ b/compiler/test/hello.cc @@ -1,7 +1,6 @@ #include - -// Hi there +using namespace std; int main() { - int a = 1, b; + cout << "Hello, world!" << endl; }