summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index 6cc9185..68a2397 100644
--- a/main.go
+++ b/main.go
@@ -140,6 +140,10 @@ func main() {
if test {
tmpltest()
+ //newBill(1)
+ //c := []int{2,3}
+ //a,b := getUnfinishedList(c)
+ //fmt.Println(a,b)
os.Exit(0)
}