mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
6 lines
96 B
C
6 lines
96 B
C
|
#include <stdio.h>
|
||
|
#include "netcdf_meta.h"
|
||
|
int main() {
|
||
|
printf(NC_VERSION);
|
||
|
return 0;
|
||
|
}
|