nixers
Hi everybody! - Printable Version
+- nixers (https://nixers.net)
+-- Forum: General (https://nixers.net/Forum-General)
+--- Forum: Community & Forums Related Discussions (https://nixers.net/Forum-Community-Forums-Related-Discussions)
+--- Thread: Hi everybody! (/Thread-Hi-everybody--513)


Hi everybody! - kirby - 24-05-2013

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.


RE: Hi everybody! - Ippytraxx - 24-05-2013

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.


RE: Hi everybody! - yrmt - 24-05-2013

Hello and welcome here!


RE: Hi everybody! - Reki - 25-05-2013

Welcome to UH, hope you have a great time here.