Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of enderskill

enderskill

enderskill has asked 3 questions and find answers to 11 problems.

Stats

368
EtPoint
136
Vote count
3
questions
11
answers

About

print "Hello World!"


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

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

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