blob: b087cfb6db22497ad77b8e3ef1b6be7b358fe1af [file] [log] [blame]
using ZLib;
public static int main(string[] args) {
stdout.printf("ZLIB_VERSION is: %s\n", ZLib.VERSION.STRING);
return 0;
}