diff --git a/testing.py b/testing.py deleted file mode 100755 index fab389b..0000000 --- a/testing.py +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env python2 - -import metacall - -@metacall.callable(int, int, int) -def test(a, b, c): - print 'Hello world' - - - -test(1,2,3) -test(1,2,3)