root

this is a sample page built with codeng.

features

demo

graphics/textures

simple_pages

demos

z80

music

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"))

check out the about page for more info.