Skip to content

Instantly share code, notes, and snippets.

@RX14

RX14/foo.txt Secret

Created November 5, 2016 21:12
Show Gist options
  • Save RX14/338e38af4cdae4a2a7c381160bf2daa0 to your computer and use it in GitHub Desktop.
Save RX14/338e38af4cdae4a2a7c381160bf2daa0 to your computer and use it in GitHub Desktop.
$ ../crystal/bin/crystal build -d --release test.cr
Using compiled compiler at .build/crystal
$ ./test
Error binding UNIX server at /tmp/crystal-test-unix-sock: No such file or directory (Errno)
[4208398] ???
[4244371] main +3715
[140076406096529] __libc_start_main +241
[4202170] _start +42
[0] ???
$ ../crystal/bin/crystal build --release test.cr
Using compiled compiler at .build/crystal
$ ./test
^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment