7 lines
69 B
Java
Raw Normal View History

2021-07-16 17:12:20 -05:00
public class Empty1
{
public static void main(String[] args) {}
}