6 wiersze
69 B
Plaintext
6 wiersze
69 B
Plaintext
![]() |
digraph G {
|
||
|
"+" -> "sin";
|
||
|
"+" -> "0.25";
|
||
|
"sin" -> "x";
|
||
|
}
|