Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 398 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 398 Bytes

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