Users browsing this thread: 1 Guest(s)
kirby
Long time nixers
Hello there UnixHub! I'm a 16 year old guy who is currently using Debian (testing), ok with Linux but would love to learn more. Want to do Computer Science at University. I suck at intro threads.
Ippytraxx
Members
Code:
public class IntroThread extends Thread
{

    public void run()
    {
        System.out.println("Insert info here!");
    }

    public static void main(String[] args)
    {
        (new IntroThread()).start();
    }

}
Done! Welcome as well.
yrmt
Grey Hair Nixers
Hello and welcome here!
Reki
Members
Welcome to UH, hope you have a great time here.