package fr.uge.code.camp;

import java.util.*;

public class SessionBSkeleton {

	public static String doubleOrOneThing(String sequence) {
		throw new UnsupportedOperationException("Not implemented yet");
	}

	public static String nestingDepth(String sequence) {
		throw new UnsupportedOperationException("Not implemented yet");
	}

	public static int saveTheUniverse(long damage, String program) {
		throw new UnsupportedOperationException("Not implemented yet");
	}
}
