Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of enderskill

enderskill

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

Stats

308
EtPoint
122
Vote count
2
questions
8
answers

About

print "Hello World!"


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

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

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