Skip to content

Commit 1913bf1

Browse files
committed
#15 - Java (correccion)
1 parent f733e35 commit 1913bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Roadmap/15 - ASINCRONÍA/java/Josegs95.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
public class Josegs95 {
66
public static void main(String[] args) {
77
//Ejercicio
8-
// Thread thread = new Thread(new Task("Tarea 1", 5, false));
9-
// thread.start();
8+
Thread thread = new Thread(new Task("Tarea 1", 5, false));
9+
thread.start();
1010

1111
//Reto
1212
System.out.println("\n");

0 commit comments

Comments
 (0)