gibts dazu auch eine gui mod?
Hello World in Programmiersprachen:
(=<`:9876Z4321UT.-Q+*)M'&%$H"!~}|Bzy?=|{z]KwZY44Eq0/{mlk**
hKs_dG5[m_BA{?-Y;;Vb'rR5431M}/.zHGwEDCBA@98\6543W10/.R,+O<
Malbolge für anfänger
hKs_dG5[m_BA{?-Y;;Vb'rR5431M}/.zHGwEDCBA@98\6543W10/.R,+O<
Malbolge für anfänger

#include iostream;
using namespace std;
int main()
{
cout << "Hello World!" << endl;
system("PAUSE");
return 0;
}
C++ für anfänger
using namespace std;
int main()
{
cout << "Hello World!" << endl;
system("PAUSE");
return 0;
}
C++ für anfänger
