view third_party/libuv/docs/code/plugin/hello.c @ 200:90dfcef375fb

Added my own s3 bucket uploader url to mrjunejune.
author MrJuneJune <me@mrjunejune.com>
date Sat, 14 Feb 2026 16:32:24 -0800
parents 948de3f54cea
children
line wrap: on
line source

#include "plugin.h"

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