Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am jeffreybolle on github.
* I am jeffreybolle (https://keybase.io/jeffreybolle) on keybase.
* I have a public key ASC5jnaie-42fhFLhb--t9QnkCQ4yJ3FP7zwIQqP31PcBAo
To claim this, I am signing this object:
import java.util.concurrent.Semaphore;
public class Main {
private static class NumberThread extends Thread {
private final int start;
private final int step;
private final int limit;
private final Semaphore from;
package main
import(
"http"
)
func handler(w http.ResponseWriter, r *http.Request) {
w.Write([]byte("Hello World"))
}