View on GitHub

Hello-world

Download this project as a .zip file Download this project as a tar.gz file

Hello world

What is your name

Possible names include

Quotes about names

If you can't answer a man's arguments, all is not lost; you can still call him vile names. -Elbert Hubbard

Some names are better than others

Names can be ranked

If you like HTML

Name Awesomeness (out of 10)
Bob 5
John 7
Jill 2
Anna 9

Stuff about me

My favorite websites

  1. I like robots. Our robotics team has a lot of divisions.
  2. I also like journalism. My favorite section is sports.
  3. I like finding things on http://google.com.

Things I like

Lines


Yay!

Do you like the println() function? It prints things prettily, like this big flower Flower and butterfly

I don't like long code :(

public class HelloWorld {
    public static void main(String [] args) {
        System.out.println("Hello World!");
    }
}

I like colored code :)

    public class HelloWorld {
        public static void main(String [] args) {
            System.out.println("Hello World!");
        }
    }