view third_party/libuv/docs/code/plugin/hello.c @ 196:83f16548ba41

[AI] Adding s3 bucket uploader code using Seobeo.
author MrJuneJune <me@mrjunejune.com>
date Sat, 14 Feb 2026 16:08:15 -0800
parents 948de3f54cea
children
line wrap: on
line source

#include "plugin.h"

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