#include "Sproc.h" int Sproc::execute(ExecutionInput input, Execution &output) { output.STDOUT = "it worked"; }