blob: 40f73f52742990f80f859bbfa1f1f691e8a73352 [file] [log] [blame]
#include <stdio.h>
#include "helloworld.h"
#include "lib_test.h"
int main(int argc, char *argv[])
{
printf("%s\n", HELLO_WORLD);
return test_at("ATI");
}