Finish CLI

This commit is contained in:
2025-09-07 14:42:00 -05:00
parent 50a3dff7ad
commit 1ef356443e
24 changed files with 881 additions and 74 deletions

View File

@@ -10,3 +10,7 @@ func WebAppMain(args)
return false;
};
}
func main(args)
{
Console.WriteLine("use crosslang webapp-test to test");
}