Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of enderskill

enderskill

enderskill has asked 2 questions and find answers to 9 problems.

Stats

325
EtPoint
126
Vote count
2
questions
9
answers

About

print "Hello World!"


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

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

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