Add vstc stub

This commit is contained in:
Andrew Morris
2022-04-26 10:10:38 +10:00
parent 6b7eb5b2f5
commit a6fa3200a9
2 changed files with 7 additions and 1 deletions

3
src/bin/vstc.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("vstc stub");
}