agorapp-dao / agorapp-feedback

Place for users to report bugs, propose features, etc.
0 stars 0 forks source link

motoko-tutorial/buffers - feedback #2

Open GeorgeKoller opened 7 months ago

GeorgeKoller commented 7 months ago

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 commented 6 months ago

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