6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
// Simple test for Tiny proxy server - just test startup
|
|
print("Testing ProxyServer.main() call...")
|
|
|
|
// Try to call ProxyServer.main()
|
|
local result = ProxyServer.main()
|
|
print("ProxyServer.main() returned: " + result) |