Skip to content

Instantly share code, notes, and snippets.

View Ozerich's full-sized avatar

Vital Ozierski Ozerich

View GitHub Profile
@Ozerich
Ozerich / kkk
Created September 17, 2012 18:32 — forked from anonymous/kkk
kkkk
package multiplaytable;
public class Multiplaytable
{
public static void main(String[] args)
{
System.out.print(" ");
for(int a = 1; a < 13; a++)
System.out.print(" " + a);
System.out.println(" ");