add stub users script

This commit is contained in:
Bryan Stitt 2022-07-25 22:38:48 +00:00
parent 1aa6b4cdb4
commit b2ebe247e6

View File

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