0
Why ending slash is not printing on my code
In comments topic
2 Réponses
+ 5
Gremlins? (for better help, please show us your code -- if possible using a share link from CodePlayground...)
+ 1
Seeing that you code in Java, here are the different comments :
/* text */
/** documentation */
// text
be aware, " // " are only commenting on one line.
Enjoy :)