Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jul 1, 2023
1 parent 9427f7f commit 7e432a4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions debug
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
elixir --erl "-noshell -kernel standard_io_encoding latin1" d.exs

elixir --erl "-noshell -kernel standard_io_encoding latin1" -e "IO.binwrite(:standard_io, "duπa")"

elixir --erl "-noshell" -e "IO.binwrite(:standard_io, "duπa")"

elixir --erl "-noshell -kernel standard_io_encoding latin1" -e "IO.puts(:standard_io, "duπa")"

elixir --erl "-noshell" -e "IO.puts(:standard_io, "duπa")"

erl -noshell -kernel standard_io_encoding latin1 -eval "io:format('duπa~n', []), erlang:halt()"

0 comments on commit 7e432a4

Please sign in to comment.