Hi, my name is Ömercan Yazici and I am a researcher from Germany.
See my webpage or visit me on Twitter ;)
#include <iostream>
#include <string>
int main()
{
std::string name = "Ömercan Yazici";
std::cout << "Hello World! Here is "
<< name << "! :D" << std::endl;
return 0;
}