unpack_string/hw07_file_copying/copy_test.go

8 lines
90 B
Go
Raw Normal View History

2023-10-30 15:21:12 +03:00
package main
import "testing"
func TestCopy(t *testing.T) {
// Place your code here.
}