Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f9b311c

Browse files
committedJul 23, 2023
chore: reorganize repo
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
1 parent a5ece5c commit f9b311c

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)
Please sign in to comment.