mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
12 lines
150 B
Plaintext
12 lines
150 B
Plaintext
---input---
|
|
> py
|
|
hi
|
|
|
|
---tokens---
|
|
'>' Generic.Prompt
|
|
' ' Text
|
|
'py' Text
|
|
'\n' Text
|
|
|
|
'hi\n' Generic.Output
|