blob: 71ad54df9a96a3f4a541f47c27f4b17abadf2de3 [file] [log] [blame]
/*
* ======== hello/mod/prog.c ========
*/
#include <hello/mod/Talker.h>
Int main()
{
Talker_print();
return 0;
}