mirror of
https://github.com/Tribufu/TribufuRust
synced 2026-08-08 12:21:07 +00:00
9 lines
165 B
Rust
9 lines
165 B
Rust
// Copyright (c) Tribufu. All Rights Reserved
|
|
|
|
use tribufu::*;
|
|
|
|
#[tokio::main]
|
|
async fn main() {
|
|
let mut api = TribufuApi::default();
|
|
api.use_anonymous();
|
|
}
|