We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f733e35 commit 1913bf1Copy full SHA for 1913bf1
Roadmap/15 - ASINCRONÍA/java/Josegs95.java
@@ -5,8 +5,8 @@
5
public class Josegs95 {
6
public static void main(String[] args) {
7
//Ejercicio
8
-// Thread thread = new Thread(new Task("Tarea 1", 5, false));
9
-// thread.start();
+ Thread thread = new Thread(new Task("Tarea 1", 5, false));
+ thread.start();
10
11
//Reto
12
System.out.println("\n");
0 commit comments