Holy Mother!
function foobar()
{
return "hello world";
}
def foobar()
"hello world"
end
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World");
}
}
Markdown Source:
Holy Mother!
function foobar()
{
return "hello world";
}
def foobar()
"hello world"
end
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World");
}
}
Markdown Source: