public class Test { public static void main(String[] args) { Exercise3 EX = new Exercise3(); EX.importRecordings("recording_input.txt"); } }