package mariaJava;

public class HelloWorld {
	public static void main(String args[]) {
		
//		TutorialsPoint tutorialsPoint = new TutorialsPoint();
//		tutorialsPoint.allTutorialsPoint(tutorialsPoint);
//		
//		InAction121_122 inAction121 = new InAction121_122();
//		inAction121.allInAction121_122();
//		
//		InAction14 inAction13 = new InAction14();
//		inAction13.allInAction14();
//		
//		InActionQuiz21 inActionQuiz21 = new InActionQuiz21();
//		inActionQuiz21.inActionQuiz21();
//		
//		InAction241 inAction241 = new InAction241();
//		inAction241.alInAction241();
//		
//		Ch3 ch3 = new Ch3();
//		ch3.allCh3();
//		
//		FinalExperiments blandat = new FinalExperiments();
//		blandat.blandat();
//		
//		AsyncTests asyncTests = new AsyncTests();
//		asyncTests.asyncCall();
	}

	

	
}
