Move all C++ tests to cpp.
This commit is contained in:
9
cpp/hello.cpp
Normal file
9
cpp/hello.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
int main ( void )
|
||||
{
|
||||
puts( "Hello GCC!!!" );
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user