-
-
Save kofno/d08ba713a0cc0e222be2819fa48bf20f to your computer and use it in GitHub Desktop.
Example of running crystal lang with broken llvm
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
| % crystal spec ✭ | |
| Usage: crystal [command] [switches] [program file] [--] [arguments] | |
| Command: | |
| init generate a new project | |
| build build an executable | |
| deps install project dependencies | |
| docs generate documentation | |
| env print Crystal environment information | |
| eval eval code from args or standard input | |
| play starts crystal playground server | |
| run (default) build and run program | |
| spec build and run specs (in spec directory) | |
| tool run a tool | |
| help, --help, -h show this help | |
| version, --version, -v show version | |
| Finished in 5.19 milliseconds | |
| 0 examples, 0 failures, 0 errors, 0 pending |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment