mirror of
https://github.com/the-programmers-hangout/swiftspiracy-bot.git
synced 2026-09-08 16:06:25 +02:00
project skeleton
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello there.")
|
||||
}
|
||||
Reference in New Issue
Block a user