mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-16 11:14:17 +00:00
Create Rust Project
This commit is contained in:
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());
|
||||
}
|
Reference in New Issue
Block a user