mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
7 lines
66 B
Objective-C
7 lines
66 B
Objective-C
#import "bindings.h"
|
|
|
|
int main() {
|
|
main_rs();
|
|
return 0;
|
|
}
|