Skip to content

Commit

Permalink
Empiezo directorio de tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pauek committed Oct 9, 2011
1 parent e564809 commit d14dd15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions compiler/test/hello.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <iostream>

// Hi there
using namespace std;

int main() {
int a = 1, b;
cout << "Hello, world!" << endl;
}

0 comments on commit d14dd15

Please sign in to comment.