I hereby claim:
- I am tomreay on github.
- I am tomreay (https://keybase.io/tomreay) on keybase.
- I have a public key ASBvmDUl4unc0zKHj6Shc89VTI3Ek0gD154SOzpFFEvWLQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import java.util.function.IntSupplier; | |
public class Scratchpad { | |
private Model model; | |
public static void main(String[] args) { | |
new Scratchpad().run(); | |
} |
onmessage = function(e) { | |
postMessage(e.data + " result"); | |
} |