john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

crap

import java.io.*;


public class crap {
  public static void main(String[] args) throws IOException {

    BufferedReader in = null;

    BufferedReader stdIn = new
    BufferedReader(new InputStreamReader(System.in));
    String userInput;

    System.out.println ("Enter hostname:  ");
    userInput = stdIn.readLine();

    while ((userInput = stdIn.readLine()) != null)
    {
      System.out.println(userInput);

    }


}

  • « EchoClient
  • ChatServeThread »

Published

Apr 2, 2001

Category

java-chat-university

~32 words

Tags

  • chatcrap 23
  • crap 1