mirror of
https://git.tesses.org/tesses50/crosslangextras.git
synced 2026-06-02 02:45:31 +00:00
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
func Tesses.CrossLang.Shell.ConfigDir(dd)
|
|
{
|
|
Console.WriteLine(Env.CrossLangConfig);
|
|
return 0;
|
|
} |