8000 GitHub - kengos/playground
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kengos/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local programing playground

Requirements

  • Docker version 20.10.10
  • docker-compose version 1.29.2

Programing languages

Python3(3.10.1-slim-bullseye)

Usage(terminal)

cd python3
make up
echo 'print("Hello, world!")' > hello.py
python hello.py

Rust(1.57.0-slim-bullseye)

Usage(terminal)

cd rust
make up
echo 'fn main() {' > hello.rs
echo '    println!("Hello, world!");' >> hello.rs
echo '}'  >> hello.rs
rustc hello.rs
./hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0