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 \ ...@@ -35,6 +35,7 @@ for i in \
io.go\ io.go\
bufio.go\ bufio.go\
once.go\ once.go\
bignum.go\
do do
base=$(basename $i .go) base=$(basename $i .go)
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// $G $D/$F.go && $L $F.$A && ./$A.out
package main package main
import Big "bignum" 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