From c7ac020e2fd735e093c25791b8f70035c34a14e4 Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:37:05 +0200 Subject: [PATCH] Create test.gno --- examples/gno.land/test.gno | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/gno.land/test.gno diff --git a/examples/gno.land/test.gno b/examples/gno.land/test.gno new file mode 100644 index 00000000000..38dd16da61a --- /dev/null +++ b/examples/gno.land/test.gno @@ -0,0 +1,3 @@ +package main + +func main() {}