Kasım ATASOY Kişisel Web Sayfası

Expert of a lot of Work

Hello World! Koleksiyonu

Hello World! 1 - Commodore 64 - Basic V2 & QuickBasic & QBasic

10 PRINT "Hello World!"

20 END

RUN

------------------------------------------------------------

Hello World!


Hello World! 2 - ASP

<%' :) %>

<%response.write("Hello World!")%>

<%response.end%>

------------------------------------------------------------

Hello World!


Hello World! 3 - VB

Private Sub Form_Load()

Print "Hello World!"

End Sub

------------------------------------------------------------

Hello World!


Hello World! 4 - VB.NET

Imports System.Console

Class HelloWorld

     Public Shared Sub Main()

          WriteLine("Hello World!")

     End Sub

End Class

------------------------------------------------------------

Hello World!


Hello World! 5 - C++

#include <iostream>

using namespace std;

int main()

{

     cout << "Hello World!";

     return 0;

}

------------------------------------------------------------

Hello World!


Hello World! 6 - C++ -CLI

using namespace System;

void main()

{

     Console::WriteLine("Hello World!");

}

------------------------------------------------------------

Hello World!


Hello World! 7 - C#

class HelloWorld

{

     static void Main()

     {

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

     }

}

------------------------------------------------------------

Hello World!


Hello World! 8 - HTML

<html><p>Hello World!</p></html>

------------------------------------------------------------

Hello World!


Hello World! 9 - JavaScript

document.write("Hello World!");

------------------------------------------------------------

Hello World!


Hello World! 10 - PHP

<?php

echo "Hello World!";

?>

------------------------------------------------------------

Hello World!


Hello World! 11 - SQL

--MEETING MSSQL 7.0 (1998)

SELECT 'Hello World!'

------------------------------------------------------------

Hello World!


Hello World! 12 - T-SQL

PRINT 'Hello World!'

------------------------------------------------------------

Hello World!


Hello World! 13 - JAVA

public class HelloWorld {
   public static void main( String args[ ] )
   {
      System.out.println("Hello World!");
   }
}

------------------------------------------------------------

Hello World!


Hello World! 14 - English

"I'm Kasım Atasoy, who is working as a teacher and as an IT expert and as a programmer and as a director of process management in Seyhan County Directorate For National Education. Im 35 years old. I’m from Adana. I’m married and I have 2 children one daughter and one son. Actually I am a class teacher and I graduated from Cukurova University in 1999. But I interested in computers all the time, in the university also before it and now. I started it with preparing some programmes when I was in high school. I have been working in department of IT in Seyhan County Directorate For National Education for 5 years." Thanks: Fatih YILDIZ, Fevzi İnan DÖNMEZ

------------------------------------------------------------

YADIM: 70 Pts. (Start Master's Degree)