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