Caesar cipher: Difference between revisions

Content added Content deleted
m (fixed header)
Line 2,930: Line 2,930:
=={{header|Elm}}==
=={{header|Elm}}==
<syntaxhighlight lang="elm">
<syntaxhighlight lang="elm">

=={{header|Erlang}}==
<syntaxhighlight lang="erlang">
module Main exposing (main)
module Main exposing (main)


Line 3,034: Line 3,033:
at https://ellie-app.com/qVvVDKdK6PQa1
at https://ellie-app.com/qVvVDKdK6PQa1
</pre>
</pre>

=={{header|Erlang}}==
<syntaxhighlight lang="erlang">
%% Ceasar cypher in Erlang for the rosetta code wiki.
%% Ceasar cypher in Erlang for the rosetta code wiki.
%% Implemented by J.W. Luiten
%% Implemented by J.W. Luiten
Line 3,076: Line 3,078:
"The five boxing wizards jump quickly"
"The five boxing wizards jump quickly"
</pre>
</pre>

=={{header|ERRE}}==
=={{header|ERRE}}==
<syntaxhighlight lang="erre">
<syntaxhighlight lang="erre">