Commit e2eccf3b authored by Robert Griesemer's avatar Robert Griesemer

install bignum as library

R=r
DELTA=3501  (1752 added, 1749 deleted, 0 changed)
OCL=18460
CL=18471
parent e2fe2f3f
......@@ -35,6 +35,7 @@ for i in \
io.go\
bufio.go\
once.go\
bignum.go\
do
base=$(basename $i .go)
......
......@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// $G $D/$F.go && $L $F.$A && ./$A.out
package main
import Big "bignum"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment