// Copyright © Tavian Barnes // SPDX-License-Identifier: 0BSD #include int main(void) { return dprintf(1, "%s\n", "Hello world!"); }