index
:
sd
master
Very efficient flash cards app using Go and SQLite
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sd.go
blob: 52a7925c3a53e4da1fbe84d3ded6c4a72661655c (
plain
)
1
2
3
4
5
6
7
8
9
package main import ( "fmt" ) func main() { fmt.Println("hello world") }