[Fudgets Home Page]

Hello, world!


This program just opens a small window displaying the message "Hello, world!". The window will look something like this (depending on your setup):

[Window dump of the Hello world program.]

Here is the source code:

import Fudgets

main = fudlogue (shellF "Hello" (labelF "Hello, world!"))

Things to note


  • Next Example
  • Back to the Example list