7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
|
functio hello(words){
|
||
|
words print;
|
||
|
}
|
||
|
|
||
|
|
||
|
hello("wonk");
|