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

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