@ \section{Hello world} Today I awakened and decided to write some code, so I started to write a Hello World in \textsf C. <>= /* <> */ #include int main(int argc, char *argv[]) { printf("Hello World!\n"); return 0; } @ \noindent \ldots then I did the same in PHP. <>= SELECT * FROM Persons WHERE FirstName LIKE '%a' @ <>= > */ echo "Hello world!\n"; ?> @ \section{License} Later, same day some lawyer reminded me about licenses. So, here it is: <>= This work is placed in the public domain. @