This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
c
/
tsoding.multik-proto
Mirror von
https://github.com/tsoding/multik-proto
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Branch:
master
Branches
Tags
master
tsoding.multik-...
/
mlton-c
/
hello-world.sml
hello-world.sml
97 B
Permalink
Verlauf
Originalformat
1
2
3
val sayHello = _import "say_hello" public: int * string -> int;
val _ = sayHello (10, "World");