Skip to content

Commit

Permalink
chore: add gnomod bug
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Touron <[email protected]>
  • Loading branch information
moul committed Jul 23, 2023
1 parent 22081c9 commit cae39fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 003_debug_gno_code/queue_filetest.gno
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package main

import queue "gno.land/r/demo/getting_started/003_debug_gno_code"

func main() {
println(42, 44)
_ = queue.Pop
}

// Output:
// 42 44

0 comments on commit cae39fd

Please sign in to comment.