mirror of
https://github.com/GerbilSoft/zlib-ng.git
synced 2025-06-19 03:55:39 -04:00
8 lines
119 B
C
8 lines
119 B
C
#include <stdio.h>
|
|
#include "zlib-ng.h"
|
|
|
|
int main(void) {
|
|
printf("zlib-ng: %s\n", ZLIBNG_VERSION);
|
|
return 0;
|
|
}
|