8 lines
63 B
Plaintext
8 lines
63 B
Plaintext
import std::io;
|
|
import vtree;
|
|
|
|
fn int main()
|
|
{
|
|
return 0;
|
|
}
|