// this is a line comment /* this is a block comment */
package main func main() { // this is a line comment /* this is a block comment */ }
printing→