From cce4dd8af1ceec9ad9c1097ee584af87e4033a2a Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 10 Jun 2021 11:10:57 +0200 Subject: Implement basic Structure and Buildsystem --- src/main.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main.go (limited to 'src/main.go') diff --git a/src/main.go b/src/main.go new file mode 100644 index 0000000..6e413c8 --- /dev/null +++ b/src/main.go @@ -0,0 +1,16 @@ +// vim: shiftwidth=4 tabstop=4 noexpandtab + +package main + +import ( + "fmt" + "time" +) + +func main() { + for { + fmt.Println("Hey!") + time.Sleep(2 * time.Second) + } +} + -- cgit v1.2.3-70-g09d2