1,408 reputation
49
bio website
location
age
visits member for 2 years, 4 months
seen May 13 at 3:40
stats profile views 39
print "Hello World!"

<?php
    echo "Hello World!";
?>

#!/bin/bash          
echo "Hello World!"

#include <stdio.h>
main()
{
    printf("Hello World!");
}