1 2 3 4 5 6
using ZLib; public static int main(string[] args) { stdout.printf("ZLIB_VERSION is: %s\n", ZLib.VERSION.STRING); return 0; }