test_funcs.txt updated

master2
serr 2025-05-18 19:43:29 +03:00
parent f6cc747c55
commit f556df4101
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func intSeq() func() int {
func main() { func main() {
nextInt := intSeq(); nextInt := intSeq(intSeq(), intSeq(), intSeq(), intSeq(intSeq())); // рекурсия
fmt.Println(nextInt()); fmt.Println(nextInt());
fmt.Println(nextInt()); fmt.Println(nextInt());