package com.jadekler.sarah; public interface Sort { public int[] sort(int[] input); }