Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
CCissie authored Aug 1, 2016
1 parent eec9584 commit bb865b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package main

//import (
// "fmt"
// "time"
//)
import (
"fmt"
"time"
)

func main() {
for i := 0; i < 1000000; i++ {
Expand Down

0 comments on commit bb865b9

Please sign in to comment.