6 lines
91 B
Text
6 lines
91 B
Text
|
|
class C {
|
||
|
|
foreign static strdup(s)
|
||
|
|
}
|
||
|
|
var s = "Goodbye, World!"
|
||
|
|
System.print(C.strdup(s))
|