Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

motoko-tutorial/buffers - feedback #2

Open
GeorgeKoller opened this issue Dec 23, 2023 · 1 comment
Open

motoko-tutorial/buffers - feedback #2

GeorgeKoller opened this issue Dec 23, 2023 · 1 comment

Comments

@GeorgeKoller
Copy link

Problem:

Describe your problem and steps to reproduce it.

My code:

import D "mo:base/Debug";
import Buffer "mo:base/Buffer";

// your code here

D.print("buffer size: " # debug_show(todo));
D.print("buffer capacity: " # debug_show(todo));
D.print("buffer content: " # debug_show(todo));

@romario333
Copy link
Contributor

Hello, can you please add the description of the problem and what would be the expected behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants