11 lines
158 B
C
11 lines
158 B
C
|
#if 0
|
||
|
# include "../linux/lumenarium_linux_memory.h"
|
||
|
#endif
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int main (int arg_count, char** args)
|
||
|
{
|
||
|
printf("Hi there\n");
|
||
|
return 0;
|
||
|
}
|