golem-examples 1.1.1

Golem example templates
Documentation
1
2
3
4
5
#include "common_lib.h"

std::string common_lib::example_common_function() {
    return "hello common";
}