mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-05-06 14:57:27 +00:00
Create Rust Project
This commit is contained in:
parent
b456f20a4f
commit
36df99c7e0
13 changed files with 230 additions and 0 deletions
10
Examples/Rust/Hello.rs
Normal file
10
Examples/Rust/Hello.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
// Copyright (c) TribuFu. All Rights Reserved
|
||||
|
||||
#![allow(dead_code)]
|
||||
#![allow(unused_variables)]
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
fn main() {
|
||||
println!("TribuFu SDK = {}", TribuFu::Hello());
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue