Description
Modern, responsive, and high-performance websites that will help you reach your full marketing potential.
<?php
echo "Hello, World!";
?>
#!/bin/bash
echo "Hello, World!"
$( document ).ready( function() {
console.log( "Hello, World!" );
} );
#include <iostream>
int main() {
std::cout << "Hello, World!";
return 0;
}
org 0x100
mov dx, msg
mov ah, 9
int 0x21
mov ah, 0x4c
int 0x21
msg db "Hello, World!", 0x0d, 0x0a, '$'
public class Main {
public static void main( String[] args ) {
System.out.println( "Hello, World!" );
}
}
Reviews
There are no reviews yet.