Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shikasenbei
/
README
like
0
Running
App
Files
Files
Community
ywxzyy
commited on
Jan 9
Commit
b4a3308
·
verified
·
1 Parent(s):
f2362e8
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+5
-2
README.md
CHANGED
Viewed
@@ -7,6 +7,9 @@ sdk: static
7
pinned: false
8
---
9
10
-
```
js
11
-
printIn
(
"helloworld"
)
12
```
7
pinned: false
8
---
9
10
+
```
rust
11
+
fn main
()
{
12
+
printIn!("Deer club, Horray!!");
13
+
}
14
+
15
```