fork download
  1. Imports System.Net.Sockets
  2. Imports System.Text
  3.  
  4. Module Module1
  5.  
  6. Sub Main()
  7. Dim serverSocket As New TcpListener(System.Net.IPAddress.Parse("192.168.1.100"), 8888)
  8. End Sub
  9.  
  10. End Module
Success #stdin #stdout 0.16s 25064KB
stdin
Standard input is empty
stdout
Standard output is empty