enlightenment/client/client.c

6 lines
51 B
C
Raw Normal View History

2001-03-11 17:06:09 -08:00
#include <stdio.h>
int main(void)
{
return(0);
}