hello world :)

Started by allhill, 23 February 2011, 06:48:27 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

allhill

Namo Buddhaya,

Nama : Albert Vidya
Umur  : 25 tahun
Status : Single
Alamat : Tanjung Duren Barat
Pekerjaan : Software Developer

Semoga semua makhluk bisa hidup bahagia.

Sumedho

There is no place like 127.0.0.1

Mas Tidar

kenapa bisa hello word yah....
ini terjadi disemua programming languages lho...
Saccena me samo natthi, Esa me saccaparamiti

"One who sees the Dhamma sees me. One who sees me sees the Dhamma." Buddha

Sunkmanitu Tanka Ob'waci

>+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-]
>++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+++
.------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.
HANYA MENERIMA UCAPAN TERIMA KASIH DALAM BENTUK GRP
Fake friends are like shadows never around on your darkest days

Sunkmanitu Tanka Ob'waci

Program HelloWorld;

Begin
  Writeln ('Hello World!');
End.
HANYA MENERIMA UCAPAN TERIMA KASIH DALAM BENTUK GRP
Fake friends are like shadows never around on your darkest days

Lex Chan

package com.android.helloandroid;

import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;

public class HelloAndroid extends Activity {
   /** Called when the activity is first created. */
    [at] Override
   public void onCreate(Bundle savedInstanceState) {
       super.onCreate(savedInstanceState);
       TextView tv = new TextView(this);
       tv.setText("Hello, Android");
       setContentView(tv);
   }
}
"Give the world the best you have and you may get hurt. Give the world your best anyway"
-Mother Teresa-

Mas Tidar

Quote from: Lex Chan on 23 February 2011, 09:01:23 AM
package com.android.helloandroid;

import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;

public class HelloAndroid extends Activity {
   /** Called when the activity is first created. */
    [at] Override
   public void onCreate(Bundle savedInstanceState) {
       super.onCreate(savedInstanceState);
       TextView tv = new TextView(this);
       tv.setText("Hello, Android");
       setContentView(tv);
   }
}



nulis hello word aja syusyah amit . . .
Saccena me samo natthi, Esa me saccaparamiti

"One who sees the Dhamma sees me. One who sees me sees the Dhamma." Buddha

junxiong

"hello world" sudah merupakan legenda di dunia pemograman,
seperti halnya legenda Chang'e yang terbang ke bulan atau legenda Sangkuriang yang menendang perahu  ;D

kalo gak salah dikarenakan "hello world" pertama kali ada di guide book C. Karena C sendiri adalah legenda, maka "hello world" pun jadi legenda

(bener gak yah?)
"The most likely way for the world to be destroyed, most experts argue, is by accident. That's where we come in; we're computer professionals. We cause accidents." - Nathaniel Borenstein

Indra



section .text
    global _start

_syscall:
int 0x80
ret

_start:

push dword len
push dword msg
push dword 1
mov eax,0x4
call _syscall

add esp,12

push dword 0
mov eax,0x1
call _syscall

section .data

msg db "Hello, world!",0xa
len equ $ - msg
}


Sunkmanitu Tanka Ob'waci

Quote from: Mas Tidar on 23 February 2011, 09:05:00 AM

nulis hello word aja syusyah amit . . .

itu gak nulis hello world. itu nulis Hello, Android

itu udah paling minimal. kalo gini caranya, resume anda saya tolak.
HANYA MENERIMA UCAPAN TERIMA KASIH DALAM BENTUK GRP
Fake friends are like shadows never around on your darkest days

M14ka

Quote from: allhill on 23 February 2011, 06:48:27 AM
Namo Buddhaya,

Nama : Albert Vidya
Umur  : 25 tahun
Status : Single
Alamat : Tanjung Duren Barat
Pekerjaan : Software Developer

Semoga semua makhluk bisa hidup bahagia.
wah aku jg di tanjung duren...salam kenal yah....:)

M14ka

kok kayanya byk banget pakar IT yah?  ::) hehe....

Lex Chan

Quote from: Sunkmanitu Tanka Ob'waci on 23 February 2011, 09:16:38 AM
itu gak nulis hello world. itu nulis Hello, Android

itu udah paling minimal. kalo gini caranya, resume anda saya tolak.

bisa diminimalkan lagi sih, tapi tambah rumit karena perlu ngedit strings.xml dan main.xml.. 8)
"Give the world the best you have and you may get hurt. Give the world your best anyway"
-Mother Teresa-

Sunkmanitu Tanka Ob'waci

gak perlu. soalnya kita cuma main di activity aja. gak usah edit2 viewnya. males.
HANYA MENERIMA UCAPAN TERIMA KASIH DALAM BENTUK GRP
Fake friends are like shadows never around on your darkest days

FZ

Quote from: M14ka on 23 February 2011, 09:18:45 AM
wah aku jg di tanjung duren...salam kenal yah....:)
aku juga di tj duren :))

tapi tj duren luas lhooooo.. :))

biar gampang pake Print "Hello World" :))