libui/new/test/main.c

9 lines
104 B
C

// 22 april 2015
#include "test.h"
int main(void)
{
printf("hello, world %p\n", uiMain);
return 0;
}