Merge branch 'master' of github.com:vscosta/yap-6.3
This commit is contained in:
7
YAP/main.cpp
Normal file
7
YAP/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
std::cout << "Hello World" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user