Character Components Example
This example uses the character component to add dialogue and interactive characters to posts.
I know, it's crazy. Here's an example program:
PROGRAM MAIN
PRINT *, 'HELLO WORLD'
STOP
END
There's also a more modern version which is a bit easier to read:
program helloWorld
print *, "Hello World!"
end program helloWorldGood to know, thanks buddy!

:)

custom image
Whaaaaaaaaaaaaaaaaaaat, that's almost 70 years ago???