[quote author=The Black Shadow link=topic=843.msg3431#msg3431 date=1409153364]
Karow, I take it you took that class?  ;D
[/quote]
yes, took java and c++ classes

[quote author=The Black Shadow link=topic=843.msg3431#msg3431 date=1409153364]
Karow, I take it you took that class?  ;D
[/quote]
yes, took java and c++ classes

For python:
print("Hello World")

[quote author=Karow link=topic=843.msg3132#msg3132 date=1408663413]
For Java :
public class HelloWorld 
{
    public static void main(String] args) 
   {
        System.out.println("Hello, World");
    }
}
For C++ :
#include <iostream>
int main()
{
    std::cout << "Hello, world!\n";
}
[/quote]
for HTML:
<HTML>
      <title>
       <h1> BRUH? </h1>
      </title>
<body>
<p>Wassup bruh? Hullur Wurld </p>
</body>
</html>