1 2 3 4 5 6 7
// Copyright (c) 2020 Johannes Stoelp #include <stdio.h> void greet() { puts("Hello from libgreet.so!"); }