Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
spagnuolocarmine committed Oct 7, 2024
1 parent 4e22f08 commit b99da6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/01-threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Scrivere un programma Java per:
Verificare le prestazioni del programma al variare del numero dei thread 1 ... P (P> maggiore del numero di thread del processore).

## Esercizio 5
Modificare il seguente codice al fine di scrivere su standard output la stringa `smiley`.
Modificare il seguente codice al fine di scrivere su standard output la stringa `smiley :-)`.
```java
public class Smiley extends Thread {
public void run() {
Expand Down

0 comments on commit b99da6a

Please sign in to comment.