Lična programerska blog stranica

01101111 01110110 01100100 01100101 00100000 01100011 01110101 00100000 01101111 01100010 01101010 01100001 01110110 01101100 01101010 01101001 01110110 01100001 01110100 01101001 00100000 01101100 01100101 01110000 01100101 00100000 01110011 01110100 01110110 01100001 01110010 01101001                         
 


Registracija


Address:
Republika Srpska, Bijeljina

Phone:
(387) 66 236139

Email:
stojanovicljubinko@outlook.com

Instagram:
@stojanovicljubinko

Follow me:
/stojanovicljubinko

Preusmeri na Krajiške lingvističke doskočice.

Preusmeri na Kolekcionarstvo.                        

Preusmeri na Bazu podataka.                           

PASCAL

program Hello;

  
                    begin 

                                             writeln ('Hello, world.');



end. 

C

#include<stdio.h> 

int main( )  { 

    printf (" Hello World! \n ");   

    return 0

 }

C++

#include <iostream> 

int main( ) { 

     std :: cout << "Hello World!"; 

     return 0

}

C#

namespace HelloWorld 

   class Hello

          static void Main(string[ ] args) {

     System.Console.WriteLine("Hello World!"); 

                       } 

            } 


Java

package HelloWorld;

            public class HelloWorld {

   public static void main(String[ ] args) {

                                        System.out.println(" Hello, World! ");

                                          }

             }


HTML

<!DOCTYPE html>

<html>

<head>

          <title>Hello World</title>

<body>

           <p>Hello World</p>

</body>

</head>

</html>

CSS

<style type = " text/css "> 

p { 

       color: DeepSkyBlue;

 } 

</style> 


<p>Hello, world!</p> 

PHP

<!DOCTYPE html>

<html>

<head>

        <title>Hello World</title>

<body>

<?php echo ' <p>Hello World</p> '; ?>

</body>

</head>

</html>

Visual Basic for Applications

        Option Explicit              

Sub HelloWorld( ) 


     MsgBox "Hello World !" 


End Sub


Prijavi se

© 2020 Ljubinko Stojanović. All rights reserved.
Powered by Webnode
Create your website for free! This website was made with Webnode. Create your own for free today! Get started