In this thread, we Hello World
Name:
Anonymous
2006-06-20 20:56
c:
#include <stdio.h>
main() { printf("hey worldz\n"); }
Name:
Anonymous
2009-08-16 4:02
Lain.
Name:
Anonymous
2009-08-16 4:10
Lain.
Name:
Anonymous
2009-08-16 4:12
Lain.
Name:
Anonymous
2009-08-16 4:19
Lain.
Name:
Anonymous
2009-08-16 4:24
Lain.
Name:
Anonymous
2009-08-16 4:25
Lain.
Name:
Anonymous
2009-08-16 4:27
Lain.
Name:
Anonymous
2010-03-22 14:30
RISE FROM YOUR GRAVE!
Name:
Anonymous
2010-03-22 14:56
>>208
main() { printf("Goodbye, world!\n"); }
Name:
Anonymous
2010-03-22 15:04
(princ "Hello ancient thread")
Name:
Anonymous
2010-03-22 15:26
<html><body><p><font face="#000000" style="faggot"><a href="
http://google.com">Hello, world!</p>
Name:
Anonymous
2010-03-22 15:28
(princ "Hello ancient thread")
LISP has a Prince function..fabulous
Name:
Anonymous
2010-03-22 15:50
>>212
Did you mean:
fabberluss
Name:
Anonymous
2010-03-22 15:51
>>212
That shows how out of date it is
(define the-artist princ)
Name:
Anonymous
2010-03-22 16:27
from Tkinter import *
def sayHello():
print('Hello World!')
root = Tk()
button = Button(root, text='Hello', functionality=sayHello)
button.pack
root.mainloop()
Name:
Anonymous
2010-03-22 16:38
#lang scheme/gui
(define frame (new frame% [label "Hello World"]))
(new button% [parent frame]
[label "Press me"]
[callback (lambda (button event)
(message-box "Hello world" "Hello world"))])
(send frame show #t)
Name:
Anonymous
2010-03-22 16:58
My other princ is a terpri.
Name:
Anonymous
2010-03-23 12:00
." Hello World!" cr
Name:
Anonymous
2010-03-23 17:30
>>215
how does it know where to pack the button
Name:
Anonymous
2010-03-23 17:55
>>219
By default it
packs my anus.
Name:
Anonymous
2010-03-23 19:32
>>215
You should actually call the
pack method, instead of just asserting that it exists.
Name:
Anonymous
2010-03-23 20:43
wow, i actually remember posting
>>34,37,97,125,148 about 3.75 years ago.
Name:
Anonymous
2010-03-23 20:56
>>222
Really? What was the atmosphere like on world4ch back then?
Name:
Anonymous
2010-03-23 23:21
>>222
that should be
>>98, not
>>97.
>>223
there was a lot more actual code.
Name:
Anonymous
2010-03-24 3:50
HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE
Name:
Anonymous
2010-06-07 6:43
Hi, I can spam /prog/ too, you faggot.
Also, smoke weed everyday.
Name:
Anonymous
2010-12-24 10:09
Sagefault (Thread bumped)
Name:
Anonymous
2010-12-24 14:33
module Hello
extend self
def to(helloee)
puts 'Hello #{helloee}'
end
end
Hello.to :world
Name:
Anonymous
2010-12-24 14:54
goodbye, world
Name:
Anonymous
2010-12-24 15:21
> ruby
>>229 >
>>231
Hello #{helloee}
Name:
Anonymous
2010-12-24 17:27
Name:
Anonymous
2011-01-31 19:47
<-- check em dubz
Name:
Anonymous
2011-02-03 2:08
Name:
Anonymous
2011-02-04 12:44