Novice
Last Activity:
May 22, 2014
Joined:
May 20, 2014
Messages:
12
Likes Received:
0
Trophy Points:
0

Following 1

Followers 1

Gender:
Male
Location:
Curitiba, Brazil
Occupation:
Student

Share This Page

Novice

Member, Male, from Curitiba, Brazil

Hello world. May 20, 2014

Novice was last seen:
May 22, 2014
    1. Novice
      Novice
      Hello world.
  • Loading...
  • Loading...
  • About

    Gender:
    Male
    Location:
    Curitiba, Brazil
    Occupation:
    Student
    I'm Marcos, I have 14 years old, I'm from Brazil. I'm trying to learn Java and I like playing Minecraft, that's why I created a bukkit.org account, to have fun while I'm learning a new programming code (aka java). I know a little bit of Visual Basic and C, I hope that it can help me to learn Java.
    That's all, folks.

    Signature

    Code:java
    1. public class NoviceHello
    2. {
    3. public static void main(String[] args)
    4. {
    5. System.out.println("Hello, World!");
    6. }
    7. }