Skip to content

Commit

Permalink
create scripts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Feb 4, 2022
1 parent 8b9be14 commit 669a280
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/date.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package main

import (
"fmt"
"time"
)

func main() {
currentTime := time.Now()

fmt.Println("(" + currentTime.Format("2006-01-02") + ")")
}

0 comments on commit 669a280

Please sign in to comment.