Data and structures converted
This commit is contained in:
11
src/my-prayer-journal.go
Normal file
11
src/my-prayer-journal.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// myPrayerJournal API Server
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"time"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Print(time.Now().UnixNano() / int64(1000000))
|
||||
}
|
||||
Reference in New Issue
Block a user