mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
93ede34291
* unidata.ucar.edu/netcdf * DCMAKE_CXX_FLAGS linux aarch64 * gcc for linux * simpler scripts --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
6 lines
96 B
C
6 lines
96 B
C
#include <stdio.h>
|
|
#include "netcdf_meta.h"
|
|
int main() {
|
|
printf(NC_VERSION);
|
|
return 0;
|
|
} |