mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 02:12:11 +00:00
7 lines
107 B
Nim
7 lines
107 B
Nim
discard """
|
|
action: "compile"
|
|
cmd: "nim check --warning[UnusedImport]:off $file"
|
|
"""
|
|
|
|
import std/times
|