test.vala 134 B

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