]> Git Repo - binutils.git/blob - gdb/testsuite/gdb.go/strings.go
Automatic date update in version.in
[binutils.git] / gdb / testsuite / gdb.go / strings.go
1 package main
2
3 import "fmt"
4
5 var v_string string = "foo"
6
7 func main () {
8   fmt.Println ("hello")
9   fmt.Printf ("%s\n", v_string)
10 }
This page took 0.023852 seconds and 4 git commands to generate.