File: tmp.go

package info (click to toggle)
golang-github-akavel-rsrc 1%3A0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 316 kB
  • sloc: xml: 23; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 72 bytes parent folder | download
1
2
3
4
5
6
7
package main

import "fmt"

func main() {
	fmt.Println("hello world")
}