7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
|
#JSGF V1.0 UTF-8 pl;
|
||
|
|
||
|
grammar hello;
|
||
|
|
||
|
public <hello> = <words_hello>;
|
||
|
|
||
|
<words_hello> = cześć | hej;
|