add the fixture file

Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
Neeraj Singh 2010-11-22 08:58:49 -05:00 committed by José Valim
parent eb6ccc9953
commit cbb2651cc0

@ -0,0 +1 @@
function addition(a,b){ return a+b; }