From 48b1e7fd8fb16daacd7b87f6bc6d422400cd0a5f Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 23 Aug 2023 03:09:18 +0200 Subject: Initial --- main.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 main.go (limited to 'main.go') diff --git a/main.go b/main.go new file mode 100644 index 0000000..2032f36 --- /dev/null +++ b/main.go @@ -0,0 +1,5 @@ +package main + +func main() { + println("hello... this is cthcous") +} \ No newline at end of file -- cgit 1.4.1