CHARGIN MAH LAZER oder PEW PEW LAZERPIRATEZ?
einfach so ausm Bauchgefühl raus.
einfach so ausm Bauchgefühl raus.
#include "stdafx.h"
#include "windows.h"
#include "iostream"
int main()
{
std::cout << "Hallo Welt" << std::endl;
std::cin.get();
return 1337;
}