This website requires JavaScript.
Explore
Help
Sign In
DHBW
/
gemstone
mirror of
https://github.com/Servostar/gemstone.git
Watch
1
Star
0
Fork
You've already forked gemstone
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fb055a5225
gemstone
/
tests
/
box
/
main.gsc
8 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
refactored standard library
2024-08-11 16:40:20 +00:00
import "std"
feat: implemented function annotations
2024-10-10 18:11:42 +00:00
#[nomangle]
refactored standard library
2024-08-11 16:40:20 +00:00
fun main() {
i32: u = 0 as i32
}