I don't need no stink'n description
posted by Lrzed at 6:31 PM
Figures you used basic.....I used assembler....ldy #0beq inloop:jsr $ffd2inyin:lda ogre,ybne looprtsogre: .tx "Ogre is a dork".by 15,10,0
Of course then there is AWK BEGIN { print "Ogre is a dork"; exit }
and C#include stdio.hint main(void){ puts("Ogre is a dork!\n"); return 0;}
and C++#include iostreamint main(){ std::cout << "Ogre is a dork!\n";}
and Forth: ogredork ( -- ) ." Ogre is a dork!" CR ;
Java of coursepublic class Ogredork{ public static void main(String[] args) { System.out.println("Ogre is a dork!"); }}
I could go on....but then again...you did use basic....
Lest I forget.... COBOLIDENTIFICATION DIVISION.PROGRAM-ID. Ogre-is-a-dork.ENVIRONMENT DIVISION.DATA DIVISION.PROCEDURE DIVISION.DISPLAY "Ogre is a dork!".STOP RUN.
0100111101100111011100100110010100100000011010010111001100100000011000010010000001100100011011110111001001101011
WTF you are all old no-one ny age has seen that i think you could sell it for a lot.
01001001001000000110110001101001011010110110010100100000011101000110100001100101001000000111001101101000011010010110111001111001001000000111100101100101011011000110110001101111011101110010000001100010011101010111010001110100011011110110111001110011
This comment has been removed by a blog administrator.
Post a Comment
<< Home
12 Comments:
Figures you used basic.....I used assembler....
ldy #0
beq in
loop:
jsr $ffd2
iny
in:
lda ogre,y
bne loop
rts
ogre: .tx "Ogre is a dork"
.by 15,10,0
Of course then there is AWK
BEGIN { print "Ogre is a dork"; exit }
and C
#include stdio.h
int main(void)
{
puts("Ogre is a dork!\n");
return 0;
}
and C++
#include iostream
int main()
{
std::cout << "Ogre is a dork!\n";
}
and Forth
: ogredork ( -- ) ." Ogre is a dork!" CR ;
Java of course
public class Ogredork
{
public static void main(String[] args)
{
System.out.println("Ogre is a dork!");
}
}
I could go on....but then again...you did use basic....
Lest I forget....
COBOL
IDENTIFICATION DIVISION.
PROGRAM-ID. Ogre-is-a-dork.
ENVIRONMENT DIVISION.
DATA DIVISION.
PROCEDURE DIVISION.
DISPLAY "Ogre is a dork!".
STOP RUN.
01001111011001110111001001100101001000000110100101110011001000000110000100100000
01100100011011110111001001101011
WTF you are all old no-one ny age has seen that i think you could sell it for a lot.
01001001001000000110110001101001011010110110010100100000011101000110100001100101001000000111001101101000011010010110111001111001001000000111100101100101011011000110110001101111011101110010000001100010011101010111010001110100011011110110111001110011
This comment has been removed by a blog administrator.
Post a Comment
<< Home