Codeforces/.common/rust/init.sh

8 lines
87 B
Bash
Raw Normal View History

#!/bin/sh
for TASK in a b c d e f g h;
do
cp src/main.rs src/bin/$TASK.rs;
done;