Hello world!

Jan 06 2025

Testing Mdx

checkboxes

codeblock

#include <axeu/axeu.h>

int main() {
	axeu::app App;
	
	App.get("/", []() {
		return "Hello world!";
	});

	return 0;
}

component like this

this is my page footer btw and I can render it in mdx