Skip to content

Commit d7b2982

Browse files
committed
Print out fetched assignments.
1 parent e15026f commit d7b2982

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/exercism/assignment.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ func SaveAssignment(dir string, a Assignment) (err error) {
3434
err = errors.New(fmt.Sprintf("Error writing file %s: [%s]", a.TestFile, err.Error()))
3535
}
3636

37+
fmt.Println(a.Track, "-", a.Slug)
38+
3739
return
3840
}

0 commit comments

Comments
 (0)