Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Java Data Structures Organizing Data Serialization

Michael Narvaez
Michael Narvaez
4,182 Points

How do i share the workspace code on questions ?

I keep getting an error but I don't know how to post the workspace...

1 Answer

David Axelrod
David Axelrod
36,073 Points

best way to do it is to first copy the code and then paste it in

then surround it by three ticks (`) three at the beginning and three at the end

if you want to specify the language you're working in, right after the first 3 tick marks, write the name of the language

======

//```java
//insert java here
public String example = "woot woot";
//```