Skip to content

saitamau-maximum/icpc-prelim-system

Repository files navigation

ICPC Prelim System

Imitation of ICPC Prelim System for Practice

The ICPC Foundation does not endorse this project.

Development

Requirements

  • Node.js v20 or higher
  • Cargo v1.70.0 or higher

Setup

git clone
cd icpc-prelim-system
yarn install
cargo install wasm-pack

Build

yarn build
cd wasm && wasm-pack build --target web --out-dir ../src/wasm