Show sticky blog post on homepage

Straight out of the Codex:

$sticky = get_option( 'sticky_posts' );
$query = new WP_Query( 'p=' . $sticky[0] );