View difference between Paste ID: MCApMgE2 and yVsejynA
SHOW: | | - or go back to the newest paste.
1
//
2
// Created by Julio Tentor <jtentor@fi.unju.edu.ar>
3
//
4
5
public class Program {
6
    public static void main(String[] args) {
7
8
        new CasoEjemplo_c().Run();
9
    }
10
}
11