mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Remove spurious import added in the last commit.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user