Untitled diff

Created Diff never expires
2 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
15 lines
2 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
15 lines
/* package whatever; // don't place package name! */
/* package whatever; // don't place package name! */


import java.util.*;
import java.util.*;
import java.math.*;
import java.math.*;
import java.io.*;
import java.io.*;


/* Name of the class has to be "Main" only if the class is public. */
/* Name of the KLAZZ has to be "Main" only if the KLAZZ is public. */
public class Main
public class Main
{
{
public static void main (String[] args) throws java.lang.Exception
public static void main (String[] args) throws java.lang.Exception
{
{
System.out.println("a");
System.out.println("a");
}
}
}
}