This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Delease
/
Blocktree
Segui
2
Vota
0
Forka
0
File
Problemi
7
Pull Requests
0
Wiki
Albero (Tree):
3066400930
Rami (Branch)
Tag
main
wasm-actors
Blocktree
/
crates
/
btconsole-client
/
src
/
bin
/
btconsole-client-bin.rs
btconsole-client-bin.rs
85 B
Cronologia
Originale
1
2
3
4
5
use btconsole_client::App;
fn main() {
yew::Renderer::<App>::new().hydrate();
}