summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/wasm/asm-paint/src/main.rs')
-rw-r--r--WebInterface/wasm/asm-paint/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebInterface/wasm/asm-paint/src/main.rs b/WebInterface/wasm/asm-paint/src/main.rs
new file mode 100644
index 0000000..0d01b18
--- /dev/null
+++ b/WebInterface/wasm/asm-paint/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("hello wasm world!");
+}