soukouki / elm-competitive-program-template

Template for competitive programming in Elm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-competitive-programming

[EXPERIMENTAL] Template for competitive programming in Elm.

Based on https://qiita.com/ymtszw/items/d195c098445476527539, I created a template for competition programming, adapted to the Elm 0.19 environment.

The logic of the program is in update function in src/Worker.elm.

When submitting, please run npm run build and submit dist/main.js.

About

Template for competitive programming in Elm.

License:MIT License


Languages

Language:Elm 55.7%Language:JavaScript 44.3%