#include "experimental/rust_cxx/gen/hype-bridge.rs.h"
#include <stdio.h>
#include <string>
Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 11 of file main.cpp.
11 {
13
14 std::string words = "it works";
15
16 hype_train::HypeOutput
result = hype_train::hypeify(words, 3);
17
20
21 return 0;
22}
std::string printf(const char *fmt,...) SK_PRINTF_LIKE(1