Created
June 5, 2022 10:26
-
-
Save aligoren/0ee948ad198f31a8dba9cb674ef3a2cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
func main() { | |
numbers := make(chan int) | |
numbers <- 4 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment