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 7e338aa commit f7df6f5Copy full SHA for f7df6f5
src/main/java/com/example/HelloWorld.java
@@ -19,9 +19,12 @@ public static void main(String[] args) {
19
20
char sexo = 'F';
21
System.out.println("sexo: " + sexo);
22
-
+
23
boolean necessidadesEspeciais = false;
24
System.out.println("tem necessidades especiais: " + necessidadesEspeciais);
25
26
+ var variavelTipadaAutomaticamentePeloCompilador = 10;
27
+ System.out.println("variavelTipadaAutomaticamentePeloCompilador: " + variavelTipadaAutomaticamentePeloCompilador);
28
29
}
30
0 commit comments