10 lines
119 B
C
10 lines
119 B
C
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "image.h"
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
return EXIT_SUCCESS;
|
|
}
|