lst-0001-godb.cpp
//#(compile) c++; compiler:g132; options:-O3 -std=c++23; libs:-
// https://godbolt.org/z/jrqEGvh1M
#include <iostream> // cout
#include <memory> // make_shared
int main() { // ein Kommentar
std::cout << "Blopp\n"; // hervorgehoben
Typ feh-ler(args); // (ERR) Zeile mit einem Fehler
if consteval { // auf C++23-Features weise ich hin
sin(55); }
for(;;) break; // andere Markierung, zur Unterscheidung oder Hervorhebung
}