view third_party/libuv/docs/code/plugin/hello.c @ 221:ce7f4400c2de hg-web

[hg-web] Harden forge and add changeset UI
author MrJuneJune <me@mrjunejune.com>
date Sun, 02 Aug 2026 09:01:24 -0700
parents 948de3f54cea
children
line wrap: on
line source

#include "plugin.h"

void initialize() {
    mfp_register("Hello World!");
}