Skip to content

Commit 18f0717

Browse files
committed
chore: add gnomod bug
Signed-off-by: Manfred Touron <[email protected]>
1 parent a5ece5c commit 18f0717

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

003_debug_gno_code/queue_filetest.gno

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package main
2+
3+
import queue "gno.land/r/demo/getting_started/003_debug_gno_code"
4+
5+
func main() {
6+
println(42, 44)
7+
_ = queue.Pop
8+
}
9+
10+
// Output:
11+
// 42 44

0 commit comments

Comments
 (0)