DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / text / raw-code-03.typ
1234567891011
#set page(width: 180pt) #set text(6pt) ```cpp #include <iostream> int main() { std::cout << "Hello, world!"; } ```