mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +00:00
committed by
Ron Evans
parent
a3d1f1a514
commit
208e1719ad
@@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
Thing()
|
||||
fmt.Println("normal main")
|
||||
}
|
||||
|
||||
func Thing() {
|
||||
fmt.Println("THING")
|
||||
}
|
||||
Reference in New Issue
Block a user