6 lines
74 B
Text
6 lines
74 B
Text
GET "libhdr"
|
|
|
|
LET start() = VALOF
|
|
{ writef("Hello world!")
|
|
RESULTIS 0
|
|
}
|