Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Testing latest pari + WASM + node.js... and it works?! Wow.

28512 views
License: GPL3
ubuntu2004
1
#ifdef __GNUC__
2
int main(){return 0;}
3
#else
4
int main(){return 1;}
5
#endif
6
7