Hello world
What is your name
Possible names include
- Bob
- John
- Jill
- Anna
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
- I like robots. Our robotics team has a lot of divisions.
- I also like journalism. My favorite section is sports.
- 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
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!");
}
}