This commit is contained in:
parent
f6eb30e460
commit
031edd2ffe
9 changed files with 102 additions and 3 deletions
7
examples/script/script.q
Executable file
7
examples/script/script.q
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env q
|
||||
|
||||
import io
|
||||
|
||||
main() {
|
||||
io.write("Hello\n")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue