Last active
June 6, 2018 09:52
-
-
Save shelajev/56d46947abfe81841a8676682ff0e141 to your computer and use it in GitHub Desktop.
big-integer-demo.shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # shelajev at shrimp.local in /tmp | |
| → clang -c -O1 -emit-llvm -I$GRAALVM_HOME/jre/languages/llvm big-integer-demo.c | |
| # shelajev at shrimp.local in /tmp | |
| → lli --jvm big-integer-demo.bc | |
| 115792089237316195423570985008687907853269984665640564039457584007913129639936 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment