Files
sdk-rust/Examples/Rust/Hello.rs
2021-02-24 09:12:23 -03:00

11 lines
190 B
Rust

// Copyright (c) TribuFu. All Rights Reserved
#![allow(dead_code)]
#![allow(unused_variables)]
#![allow(non_snake_case)]
fn main() {
println!("TribuFu SDK = {}", TribuFu::Hello());
}