mirror of
https://github.com/Tribufu/TribufuRust
synced 2026-08-07 20:06:23 +00:00
10 lines
190 B
Rust
10 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());
|
|
}
|