root
this is a sample page built with codeng.
features
- wiki-links like this one
- syntax highlighted code blocks
- collapsible table of contents
- executable javascript embeds
- minimal, anonymous output
code example
cpp
#include <iostream>
int main() {
std::cout << "hello world\n";
return 0;
}python
def greet(name):
return f"hello, {name}"
print(greet("world"))links
check out the about page for more info.