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

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