Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 702 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 702 Bytes

Modern Web Booth Question

How to start

  1. Install Rust
$ curl https://sh.rustup.rs -sSf | sh
  1. Restart your terminal

  2. Clone the repo

$ git clone https://github.com/lili668668/modernweb-booth-question.git
  1. Go to the project and run the code
$ cd modernweb-booth-question

$ cargo run

About us

We are Rust Taiwan. There is our chat group: http://t.me/rust_tw. Welcome to join us!

More version

More complex and more fun

$ git checkout multiple-choice

Website version

$ git checkout wasm

Very simple version

$ git checkout playground