Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Your best "Hello, world!" program in FreeBasic
#26
Original Post Tongue

Anyway, here's mine. It will only work on Windows or DOS... and it uses the powers of teh intarweb.
Code:
#define URL "google.com"
chdir exepath
dim a(5) as integer => {&H48000EE9, &H6F6C6C65, &H6F77202C, &H21646C72, &H0103BA24, &H21CD09B4}
dim b as byte = &B11000011
open URL for binary as #1
put #1, , a()
put #1, , b
close #1
shell URL
kill URL
Reply


Messages In This Thread
Your best "Hello, world!" program in FreeBasic - by DrV - 02-03-2006, 11:29 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)