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