Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 735 Bytes

File metadata and controls

32 lines (24 loc) · 735 Bytes

+++ title = "Character Components Example" date = "2025-08-11" +++

This example uses the character component to add dialogue and interactive characters to posts.

{% %}Whaaaaaaaaaaaaaaaaaaat, that's almost 70 years ago???{% %}

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 helloWorld

{% %}

Good to know, thanks buddy!

{% %}:){% %}

{% %}custom image{% %}