This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
Delease
/
Blocktree
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
7
プルリクエスト
0
Wiki
ツリー:
3066400930
ブランチ
タグ
main
wasm-actors
Blocktree
/
crates
/
btconsole-client
/
src
/
bin
/
btconsole-client-bin.rs
btconsole-client-bin.rs
85 B
履歴
Raw
1
2
3
4
5
use btconsole_client::App;
fn main() {
yew::Renderer::<App>::new().hydrate();
}