Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
duqing026
/
mini-lang
like
0
Running
App
Files
Files
Community
main
mini-lang
/
example.mini
Trae Assistant
feat: complete hf spaces configuration with interactive demo
602c51e
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
76 Bytes
let
x =
1
+
2
*
3
;
let
y = (x -
2
) /
2
;
print
x;
print
y;
print
x + y *
10
;