4 lines
78 B
Rust
4 lines
78 B
Rust
|
|
fn main() {
|
||
|
|
cargo_run_wasm::run_wasm_with_css("body { margin: 0px; }");
|
||
|
|
}
|