【最初は】 Hello World 【必ず】

このエントリーをはてなブックマークに追加
void main(void)
{



printf("goodbye world");

while(1){}
}
134デフォルトの名無しさん:03/07/15 00:10
>>133
signalが足りない
while(1){
printf(">>132 中カッコがない!\n");
}

puts(">>135 だからどうした");
137デフォルトの名無しさん:03/07/15 00:14
#include<iostream.h>
int main(void)
{
cout << "今どき構造化なんて馬鹿";
}
138山崎 渉:03/07/15 09:37

 __∧_∧_
 |(  ^^ )| <寝るぽ(^^)
 |\⌒⌒⌒\
 \ |⌒⌒⌒~|         山崎渉
   ~ ̄ ̄ ̄ ̄
139山崎 渉:03/08/02 02:58
(^^)
sage
141山崎 渉:03/08/15 18:10
    (⌒V⌒)
   │ ^ ^ │<これからも僕を応援して下さいね(^^)。
  ⊂|    |つ
   (_)(_)                      山崎パン
142C++マスター:03/12/21 18:32
>>99
 『;』が抜けてるよ。
143デフォルトの名無しさん:03/12/21 18:36
>>153
 また煽っているのか?君は。
                    ヽヽ  //
                    ___ヾ! l/
                 ,.-''"  三ミレ'`` ‐ 、
                 /        '⌒`   :::::\
              /  /    .   i    :::::::ヽ
                 l/.:/  /.:// .::/  :| :i  :ヽ:ヽ:::、:ヽ
              rL:/ :/::ィ_/L:/i |  ::|li:| :|::::|゙!::゙、...:i::!
             ヒ_ス /:|/ |:|_|::|゙!l::| .::リ|ハl|__:j:|i::::l::::|゙!  こんな糞スレあげちゃダメだよっ!
             ゙ト|lハノ:/l!_ィ´:::|` ヽト::/l/__|::/゙i:!|::j::/:!
            /ハ`∧ `l‐':::::j      /;:::lヽ.ノノ/:/j/  
           /.::::/:_l_.::ト, ` ー'-     l‐'::j レ´jハ
         / ./r'´,へ‐< ""   ,  `ー‐ '/Y::l:::::\
         // /.: / ' ,. -へト、   l` ァ  "".ノ:人:ヽ::::::::゙ヽ、
       // /:: ,..|  -─‐|_!゙ヽ 、`__,,. -'ニrニ `゙l-、\ ..ヽヽ
        // /:_/ _,...、   fイ `ヽ_Y__/  | r'     |  \_\::ヽ:゙、
      l/| lノ// \ヽ  j-<‐‐{  {<´ 〈 rl  ,. -L   ヽヽ_::゙iヾ!
      ! /レヽ、  ヽ Yv‐く/ ̄`ヽ、___ノア| //  `ヽ、 _  `` ‐ 、__
    _,/-'"   ヽ  ○v'_,..、:ヽ  ,、_,、__>'´ /7レ'   / ヽ  ̄ ̄ `ヽ ヽ
    レ'´       ヽ,.ィ'`‐r‐‐'´  ̄    |  ヽ_/ ○  j             ヽ
    /        ,.べ`‐|  /       /    `゙'Tーr'-、___           ノ
   |     ,、-'´    l  l     ......   {     / レ'リ ヽノl ``''ー-----‐'´
   `゙''ー‐'´       ヽ,ヽ、::::::::::::::::::::::::ヽ.  ノ  l
hello csect
balr 13,0
using *,13
wrterm 'HELLP, WORLD'
la 15,0(0)
br 14
end hello
class HelloWorld {
  public String toString() {
    return "hello, world";
  }
  public static void main() {
    Object o = new HelloWorld();
    System.out.println(o);
  }
}

あほくさ。
もとい
public static void main(String[] args)
148デフォルトの名無しさん:04/09/08 11:47
age
149デフォルトの名無しさん:04/10/20 20:07:13
Hello,四様
150デフォルトの名無しさん:05/01/18 10:04:43
Const MAX = 5 : Dim str(), chr, i : ReDim str(MAX)
str(0) = "072101108108111032087111114108100013013107117100097114097110097107117"
str(1) = "116101032115117105109097115101110032087083072032110111032114101110"
str(2) = "115104117032110097110111100101032121117114117115105116101032078069033"
str(3) = "013013078117108108032080111105110116101114032069120099101112116105111110"
str(4) = "008008008008008008008008008008008008008008008008008008008008008008"
str(5) = "078085032076085032080079032033033"
Set WshShell = CreateObject( "WScript.Shell")
Set objNpad = WshShell.Exec( "notepad" )
Do While WshShell.AppActivate( objNpad.ProcessID ) = 0
WScript.Sleep( 50 )
Loop
For i = 0 to MAX - 2
typeString str(i), 100
Next
WScript.Sleep( 500 )
typeString str(MAX-1), 10
typeString str(MAX), 200
WshShell.SendKeys( " +8" )
typeString "039065096", 0
WshShell.SendKeys( "+9" )
Sub typeString( string, waittime )
Dim count, intKey : count = 1
Do While (Mid( string, count, 1 ) <> "")
intKey = (Asc(Mid( string, count, 1 )) - 48) * 100 +_
(Asc(Mid( string, count + 1, 1 )) - 48) * 10 +_
(Asc(Mid( string, count + 2, 1 )) - 48)
WshShell.SendKeys( ChrB(intKey) )
count = count + 3
WScript.Sleep( waittime )
Loop
End Sub
Const MAX = 5 : Dim str(), i : ReDim str(MAX)
str(0) = "072101108108111032087111114108100013013107117100097114097110097107117"
str(1) = "116101032115117105109097115101110032087083072032110111032114101110"
str(2) = "115104117032110097110111100101032121117114117115105116101032078069033"
str(3) = "013013078117108108032080111105110116101114032069120099101112116105111110"
str(4) = "008008008008008008008008008008008008008008008008008008008008008008"
str(5) = "078085032076085032080079032033033"
Set WshShell = CreateObject( "WScript.Shell")
Set objNpad = WshShell.Exec( "notepad" )
Do While WshShell.AppActivate( objNpad.ProcessID ) = 0
WScript.Sleep( 50 )
Loop
For i = 0 to MAX - 2
typeString str(i), 100
Next
WScript.Sleep( 500 )
typeString str(MAX-1), 10
typeString str(MAX), 200
WshShell.SendKeys( " +8" )
typeString "039065096", 0
WshShell.SendKeys( "+9" )
Sub typeString( string, waittime )
Dim count, intKey : count = 1
Do While (Mid( string, count, 1 ) <> "")
intKey = (Asc(Mid( string, count, 1 )) - 48) * 100 +_
(Asc(Mid( string, count + 1, 1 )) - 48) * 10 +_
(Asc(Mid( string, count + 2, 1 )) - 48)
WshShell.SendKeys( Chr(intKey) )
count = count + 3
WScript.Sleep( waittime )
Loop
End Sub
152デフォルトの名無しさん:05/01/18 21:13:00
実は make world
153デフォルトの名無しさん:05/01/20 19:53:32
print_string "Hello, World!"
154デフォルトの名無しさん:05/01/22 22:50:06
      WRITE(6,60)
 60 FORMAT(13HHELLO, WORLD.)
      STOP
      END
      
155デフォルトの名無しさん:2005/06/25(土) 15:17:11
Hello Work
156デフォルトの名無しさん:2005/08/16(火) 17:56:17
#include <stdio.h>
main() {
printf("Hello, World!\n");
}



'Hello, World'.

?- 'Hello, World'.
yes
?-  プログラマの第一歩に相応しいのはどちらだろう.
157デフォルトの名無しさん:2005/08/24(水) 05:13:45
#include <stdio.h>

int main(){
printf("Hell, world¥n");
return 0;
}
158デフォルトの名無しさん:2005/08/25(木) 22:24:06
ブラウザのアドレス欄に

javascript:alert("Hello, world");
159デフォルトの名無しさん:2005/08/30(火) 11:03:59
>>158
私はもじら。拍手、拍手。
160デフォルトの名無しさん:2005/09/05(月) 15:53:12
”ハロワ”
161デフォルトの名無しさん:2005/10/09(日) 17:03:27
function HelloWorld(msg){this.msg=msg;}
HelloWorld.prototype={
show:function(){
alert(this.msg);
}
}
ver hw=new HelloWorld("Hello, world");
hw.show();
162デフォルトの名無しさん:2005/10/10(月) 05:59:03
#include <unistd.h>
#define A "http://pc8.2ch.net/test/read.cgi/linux/986981055/"

int main()
{
execlp("mozilla", "もじら", A, NULL);
return 0;
}
163デフォルトの名無しさん:2005/10/15(土) 10:50:46
            _
        r-、' ´   `ヽr-、
       ィ7 /l: ハヽハ トヾ    駄スレを隠すことは、この俺が許さん!
        '|l |'´_` ´_ `| ||    信念に基づいて行動する。
        | |´ヒ}   ヒ}`! l|   それを人は正義と言う。
   __ノ゙). 从 l,  _'_.  |从   今俺が行ってることは、上げ荒らしではない。
 ,_'(_ ノ_ヽ ヾl.> - ,イ;リ    正義という名の粛清だぁ!
 { f:テ} {'f:テ}',/\ヽ--//ヽ    
 ヽ,r─‐ 、ィ .、、 i l>Y<! i '、    バーニング!
 / iゝ_ノ iヽ /l   |l  l   ',
 lンヽ/ムノじ
164デフォルトの名無しさん:2005/10/30(日) 19:18:45
>>150-151
ガッ
165デフォルトの名無しさん:2005/12/30(金) 16:13:07
using namespace System;
int main()
{
    String^ hello = "Hello, world";
    Console::Title = hello;
    Console::Clear();
    Console::WriteLine(hello);
    Console::ReadKey(false);
    return 0;
}
166デフォルトの名無しさん:2005/12/30(金) 23:27:18
// >>151をJScriptに翻訳
var MAX = 6;
var str = [
    "072101108108111032087111114108100013013107117100097114097110097107117",
    "116101032115117105109097115101110032087083072032110111032114101110",
    "115104117032110097110111100101032121117114117115105116101032078069033",
    "013013078117108108032080111105110116101114032069120099101112116105111110",
    "008008008008008008008008008008008008008008008008008008008008008008",
    "078085032076085032080079032033033"];
var WshShell = WScript.CreateObject("WScript.Shell");
var objNpad = WshShell.Exec("notepad");
while (WshShell.AppActivate(objNpad.ProcessID) == 0)
    WScript.Sleep(50);
for (var i = 0; i < MAX - 2; i++)
    str[i].type(100);
WScript.Sleep(500);
str[MAX-2].type(10);
str[MAX-1].type(200);
WshShell.SendKeys(" +8");
"039065096".type(0);
WshShell.SendKeys("+9");

function String.prototype.type(waittime) {
    for (var count = 0; count < this.length; count += 3) {
        var intKey = this.substr(count, 3);
        WshShell.SendKeys(String.fromCharCode(intKey));
        WScript.Sleep(waittime);
    }
}
167デフォルトの名無しさん:2005/12/30(金) 23:51:41
>>12って Hello,world!じゃなくて !dlrow,olleH って出力されないか?
168デフォルトの名無しさん:2005/12/31(土) 00:02:05
>>167
される

なんか
p++["Hello, world!"]

"Hello, world!"[p++]
より見難いなあ
169デフォルトの名無しさん:2005/12/31(土) 00:13:16
int main()
{
write(1,"hello world!!",13);
}


どう?
170デフォルトの名無しさん:2005/12/31(土) 00:27:21
#!/bin/tail +2
Hello, world
171デフォルトの名無しさん:2006/01/05(木) 00:38:28
; TK-80で"HELLO."と表示。WORLDは表示不可(表示が7セグメントLEDの為)。
;
    LXI D, DATA
    LXI H, 83F8H
    MVI B, 8
LOOP:LDAX D
    MOV M, A
    INX D
    INX H
    DCR B
    JNZ LOOP

DATA DB 76, 79, 38, 38, 3F, 00, 00, 00
172デフォルトの名無しさん:2006/01/05(木) 16:09:13
いきなりだけど、みんなでhttp://sword01.web.infoseek.co.jp/key/key_new.htm
に負けないぐらいのキーロガーを作らないか?
173デフォルトの名無しさん:2006/01/05(木) 17:54:04
IDENTIFICATION DIVISION.
PROGRAM-ID. UNKO.
ENVIRONMENT DIVISION.
DATA DIVISION.
PROCEDURE DIVISION.
DISPLAY "HelloWorld".
STOP RUN.
174デフォルトの名無しさん:2006/01/06(金) 11:38:04
何故、最初は Hello World なのですか?
175デフォルトの名無しさん:2006/01/06(金) 13:39:23
その言語に対してようこそという気持ちなんじゃないですかね?
176デフォルトの名無しさん:2006/01/06(金) 17:35:02
マ稼業はこの世の地獄。 ゆえに"hell o' world"だった。
しかし、うわ、何おすくぁwせdrfgtひゅじこlp;[’
177デフォルトの名無しさん:2006/01/07(土) 17:31:48
また貴重なマが・・・
178sage:2006/01/10(火) 02:23:21
糸冬 了..._φ(゚∀゚ )アヒャ
179デフォルトの名無しさん:2006/03/20(月) 12:41:31
// Itanium2
  .radix D
  .section .data
$msg: string "Hello, World\n\000"
  .type main# ,@function
  .global main#
  .type printf# ,@function
  .global printf#
  .section .text
  .proc main#
main:
 { .mii
  alloc r35=2, 3, 1, 0
  mov r34=b0
  addl r37=@ltoff($msg#),gp;;
 }
 { .mmb
  mov r36=gp
  ld8 r37=[r37]
  br.call.sptk.many b0=printf#;;
 }
 { .mii
  mov r8=r0
  mov.ret b0=r34
  mov gp=r36;;
 }
 { .mib
  nop.m 0
  mov.i ar.pfs=r35
  br.ret.sptk.many b0;;
 }
  .endp main#
180デフォルトの名無しさん:2006/03/26(日) 17:59:27
"Hello World"
181デフォルトの名無しさん:2006/03/32(土) 02:53:21
3月32日記念パピコ
182デフォルトの名無しさん
♪行こうよまぶしい光の世界
ハートのスイッチ ON にして♪