We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb1f8e commit e64f9c7Copy full SHA for e64f9c7
src/pages/docs/comments.mdx
@@ -12,7 +12,7 @@ In computer programming, comments are a portion of the program that are complete
12
13
```java
14
// declare and initialize two variables
15
-int a =1;
+int a = 1;
16
int b = 3;
17
18
// print the output
0 commit comments