summaryrefslogtreecommitdiff
path: root/tests/console/src/hello2/hello2.c
blob: 4d2e9c562289a4cb4fc9bf6a38f25d6a6c963b09 (plain)
1
2
3
4
5
6
#include "hello2.h"

char const* hello2(void)
{
    return "hello2";
}