Examples being added more
This commit is contained in:
parent
725239af14
commit
116130fa93
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "log"
|
||||
|
||||
func EmojiRunes() {
|
||||
log.Println("Emojis as runes")
|
||||
}
|
7
examples/main.go
Normal file
7
examples/main.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "log"
|
||||
|
||||
func main() {
|
||||
log.Println("Running the examples")
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "log"
|
||||
|
||||
func ReallyLongRuneset() {
|
||||
log.Println("Really long runeset")
|
||||
}
|
Loading…
Reference in New Issue
Block a user