Files
test/hello.cpp
Vahagn Khachatryan a730bde647 Linux test merged.
2013-02-22 23:48:24 +04:00

10 lines
80 B
C++

#include <stdio.h>
int main ( void )
{
puts( "Hello GCC!!!" );
return 1;
}