Hello world (Halo dunia) adalah nama jenis program komputer yang diambil pertama kalinya pada kursus pemrograman.
Program ini sangat sederhana dengan menunjukkan teks “Halo dunia” di layar. Contoh awal ini dipakai untuk menulis program-program yang lebih canggih.
Hello world! pertama kalinya dipakai oleh para pemrogram bahasa C untuk menunjukkan kemampuan bahasa ini.
Hello world dalam beberapa bahasa pemrograman (Klik Judul bahasa pemrograman untuk menengetahui lebih jauh tentang bahasa pemrograman tersebut)
1. Basic
10 PRINT “Hello world”
File Batch
@echo off
echo Hello world
2. C
#include
int main()
{
printf(“Hello world\n”);
return 0;
}
3. C++
#include
int main()
{
cout << “Hello world”;
return (0);
}
4. C#
class HaloDunia
{
static void main( )
{
System.Console.WriteLine(“Hello world”);
}
}
5. Delphi
program Hello world;
{$APPTYPE CONSOLE}
uses
SysUtils;
begin
writeln(‘Hello world’);
end.
6. Clipper
qout(“Hello world”)
7. Java
public class HaloDunia {
public static void main(String args[]) {
System.out.println(“Hello world\n”);
}
8. lisp
(print “Hello world”)
9. Pascal
program helloworld;
begin {
writeln(‘Hello world’);
}
end.
10. HTML
Halaman pertama saya
Hello world
11. XML
12. LaTeX
\documentclass{article}
\begin{document}
Hello world
\end{document}
About Me
- Hahi milanisti
- Tasikmalaya, Tasik/Jawa Barat, Indonesia
- Kunjungi Selalu Blog Ini!!!! Dan Berikan Saran Dan Kritikannya... Terimakasih Sebelumnya.
Free Download
Kaspersky 2010
Avira 2010
Internet DM 5.19
Microsoft Office 2010
Microsoft Office 2007
Adobe Reader 9
Adobe Photoshop CS4 11.0
Adobe Photoshop CS 8.0
Photoscape 3.4
TuneUp Utilities 2010
K-Lite Mega Codec Pack 5.90
VLC Media Player 1.0.5
Rar Password Recovery Magic
Google Translate Client v4.4.360
Tipard Video Converter v4.2.12
WinRAR 3.93 Final
CCleaner 2.29.1111
Your Uninstaller Pro 2010
Winamp 5.57 Pro
Super MP3 Download 3.2.6.8
Recover My Files 4.0.4.448
Windows 7 Codec Pack 2.2.0
Simply Icon v1.0
3herosoft 3GP Video Converter
KMPlayer 2.9.4.1436
Anti Deep Freeze v0.1
ACDSee Pro v3 Final
Sound Forge Pro 10
Keygen Sound Forge Pro 10
Avira 2010
Internet DM 5.19
Microsoft Office 2010
Microsoft Office 2007
Adobe Reader 9
Adobe Photoshop CS4 11.0
Adobe Photoshop CS 8.0
Photoscape 3.4
TuneUp Utilities 2010
K-Lite Mega Codec Pack 5.90
VLC Media Player 1.0.5
Rar Password Recovery Magic
Google Translate Client v4.4.360
Tipard Video Converter v4.2.12
WinRAR 3.93 Final
CCleaner 2.29.1111
Your Uninstaller Pro 2010
Winamp 5.57 Pro
Super MP3 Download 3.2.6.8
Recover My Files 4.0.4.448
Windows 7 Codec Pack 2.2.0
Simply Icon v1.0
3herosoft 3GP Video Converter
KMPlayer 2.9.4.1436
Anti Deep Freeze v0.1
ACDSee Pro v3 Final
Sound Forge Pro 10
Keygen Sound Forge Pro 10
bloggup
Kotak Ngoceh
Live trafic feed
Hello world
Wednesday, September 1, 2010Posted by Hahi milanisti at 1:49 PM
Labels: Pendidikan
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment