This commit is contained in:
Richard Feldman 2022-01-23 09:55:04 -05:00
parent 8f91574629
commit ff082cb98d
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798
22 changed files with 2 additions and 8 deletions

View file

@ -0,0 +1,3 @@
fn main() {
std::process::exit(host::rust_main());
}