lean4-htt/Lake/Main.lean
2022-05-15 15:56:50 -04:00

10 lines
331 B
Text

/-
Copyright (c) 2017 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Gabriel Ebner, Sebastian Ullrich, Mac Malone
-/
import Lake
import Lake.CLI
def main (args : List String) : IO UInt32 := do
Lake.cli args -- should not throw errors (outside user code)