MCPcopy Create free account
hub / github.com/IntegralPilot/wasm_os / _start

Function _start

apps/helloworld-cpp/src/main.cpp:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <iostream.hpp>
2
3extern "C" void _start() {
4 std::cout << "Hello, World from C++ on Hydro!" << std::endl;
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected