7 lines
85 B
Text
7 lines
85 B
Text
#lang transd
|
|
|
|
MainModule: {
|
|
_start: (λ
|
|
(textout (get @progArgs 0))
|
|
)
|
|
}
|