Title slide

Agenda

  • Topic 1
  • Topic 2
  • Topic 3

Here, have some code!

public class Demo {
    public static void main(final String... args) {
        final Supplier supplier = () -> "world";
        final String message = String.format("Hello, %s!", supplier.get());
        System.out.println(message);
    }
}

Here, have a quote!

This is a famous quote.

Here, have another quote!

This is a less famous quote.
But it's a bit longer, and it spans multiple lines.

Here, have some math!

$e=mc^2$
Column 1 Column 2 Column 3
Value 1 Value 2 Value 3
Value 1 Value 2 Value 3
Value 1 Value 2 Value 3

Subsection 1

This requires some attention!
This requires some more attention!

Subsection 2

This section has a link in it!

Subsection 3

Oh, here's some text as well. I figured it might be nice to see a little bigger body of text.
Plus, we need kittens. Obviously.

Questions, remarks, discussions...

Image attributions

  • (none)