push all exercices
This commit is contained in:
BIN
ch3/2/ch3_2.exe
Normal file
BIN
ch3/2/ch3_2.exe
Normal file
Binary file not shown.
9
ch3/2/ch3_2.go
Normal file
9
ch3/2/ch3_2.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
var message string = "Hi 👩 and 👨"
|
||||
var msgRunes []rune = []rune(message)
|
||||
fmt.Println(string(msgRunes[3]))
|
||||
}
|
||||
3
ch3/2/go.mod
Normal file
3
ch3/2/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module ch3_2
|
||||
|
||||
go 1.25.0
|
||||
Reference in New Issue
Block a user