Remove spurious import added in the last commit.

This commit is contained in:
ReneSac
2014-02-03 01:12:27 -02:00
parent 300c0376b5
commit 5bd3ec0bfb

View File

@@ -3,7 +3,7 @@ discard """
5-120-120
359'''
"""
import math
#import math
proc optarg(x:int, y:int = 0):int = x + 3 * y
proc singlearg(x:int):int = 20*x