Skip to content

Instantly share code, notes, and snippets.

@Sadin
Forked from Argygle/powerball
Last active November 17, 2015 01:42
Show Gist options
  • Save Sadin/505597f2ca9c88509c3b to your computer and use it in GitHub Desktop.
Save Sadin/505597f2ca9c88509c3b to your computer and use it in GitHub Desktop.
public class PowerBall {
public static void main(String[] args) {
// int lottery[];
for ( int i = 10; i>= 1; i-- ) {
System.out.println( i );
}
System.out.println("Blast off!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment