From 5d31fe669d201aff1d95e52f04f9e276b980a4d4 Mon Sep 17 00:00:00 2001 From: sebastian Date: Wed, 27 Sep 2023 14:44:45 +0200 Subject: [PATCH] Section4.27 --- Section4/untyped_constants/main.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Section4/untyped_constants/main.go diff --git a/Section4/untyped_constants/main.go b/Section4/untyped_constants/main.go new file mode 100644 index 0000000..7905807 --- /dev/null +++ b/Section4/untyped_constants/main.go @@ -0,0 +1,5 @@ +package main + +func main() { + +}