Very efficient flash cards app using Go and SQLite
package main import ( "fmt" ) func main() { fmt.Println("hello world") }