mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("test from fmtprint 1")
|
||||
fmt.Print("test from fmtprint 2\n")
|
||||
fmt.Print("test from fmtp")
|
||||
fmt.Print("rint 3\n")
|
||||
fmt.Printf("test from fmtprint %d\n", 4)
|
||||
}
|
||||
Reference in New Issue
Block a user