10 lines
131 B
C

/*
* Copyright (c) Camden Dixie O'Brien
* SPDX-License-Identifier: AGPL-3.0-only
*/
const char *getmsg(void)
{
return "hi";
}