function [ y ] = QuickTest(t, x )
%UNTITLED2 Summary of this function goes here
%   Detailed explanation goes here
y=0;    
for i = 1:3
    y = y+1;
end
end

