/small-kotlin

Primary LanguageKotlinMIT LicenseMIT

small kotlin

Run!

Maven
mvn spring-boot:run

Gradle
gradle bootRun

Rust环境
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
echo 'export PATH=~/.cargo/bin:$PATH'>>~/.bashrc
source ~/.bashrc
cd hello-rust
cargo run

Deno环境
curl -fsSL https://deno.land/x/install/install.sh | sh
或
cargo install deno
Run!
cd hello-deno
yarn
yarn eslint main.ts --fix&&deno run -A main.ts