8 lines
113 B
C
8 lines
113 B
C
#include <stdio.h>
|
|
#include "lina.h"
|
|
|
|
int main()
|
|
{
|
|
fprintf(stderr, "There's nothing here yet..\n");
|
|
return 0;
|
|
} |