Skip to content

Commit 12d86ae

Browse files
committed
00 - Java
1 parent 76ab6d4 commit 12d86ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Roadmap/00 - SINTAXIS, VARIABLES, TIPOS DE DATOS Y HOLA MUNDO/java/CristianMR87.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static void main(String[] args) {
1212
*/
1313

1414
//Crear una variable:
15-
int miVariable = 123;
15+
int miVariable = 1234;
1616
final int constante = 1;
1717

1818
//Variables con tipos de datos primitivos

0 commit comments

Comments
 (0)