mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-15 18:54:19 +00:00
11 lines
190 B
Rust
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());
|
|
}
|