Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of enderskill

enderskill

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

Stats

346
EtPoint
132
Vote count
2
questions
10
answers

About

print "Hello World!"


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

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

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