From aef216b83932be5dbe3e8ad78bcb0e06b3796059 Mon Sep 17 00:00:00 2001 From: Array in a Matrix Date: Sat, 26 Mar 2022 17:48:33 -0400 Subject: [PATCH] added hello --- contracts/counter/src/state.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contracts/counter/src/state.rs b/contracts/counter/src/state.rs index ed34991..f37a2c9 100644 --- a/contracts/counter/src/state.rs +++ b/contracts/counter/src/state.rs @@ -21,4 +21,6 @@ add states: 1 - how to use map and item to store customers or any state 2 - how to display bill to user + +Hello */