goncalotomas / maelstrom_echo_server_elixir

An Elixir CLI implementation of an echo server tested using maelstrom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

It's a Elixir CLI tool that runs an echo server which can be tested using maelstrom.

Installation

Install Elixir on your system and follow maelstrom's instructions on how to get ready for testing.

Running

Run this from the root directory of this repository:

mix escript.build

This will generate an echo_server binary which can then be used by maelstrom. Copy this binary to your local maelstrom installation directory and run:

./maelstrom test -w echo --bin echo_server --time-limit 5

About

An Elixir CLI implementation of an echo server tested using maelstrom


Languages

Language:Elixir 100.0%