Initial commit
This commit is contained in:
commit
93a4378475
62 changed files with 864 additions and 0 deletions
4
languages/rust/Dockerfile
Normal file
4
languages/rust/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM rust:slim
|
||||
LABEL author="1Computer1"
|
||||
|
||||
COPY run.sh /var/run/
|
2
languages/rust/run.sh
Normal file
2
languages/rust/run.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
printf %s "$1" > program.rs
|
||||
rustc -C opt-level=0 --color never program.rs && ./program || true
|
Loading…
Add table
Add a link
Reference in a new issue