Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am erchard on github.
* I am arsenguzhva (https://keybase.io/arsenguzhva) on keybase.
* I have a public key ASC7so8NtC5FTAiVOFeEQlB0gB5iYjn2d-0hv3wh3sXLago
To claim this, I am signing this object:
pragma solidity ^0.4.18;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
uint256 c = a * b;
assert(c / a == b);
0x163A9107d0B459fFee738D824141F742a3Ab8483
0xC77dE8cfC37b10697569024E718c8eed24E1E273
0x163A9107d0B459fFee738D824141F742a3Ab8483
0x2E960FF80fCD4C7C31a18f62E78db89AD99fF56B
import javax.swing.*;
import java.applet.*;
import java.awt.*;
import java.awt.Font;
public class Draw extends Applet implements Runnable {
boolean runFlag;
Thread t;
untitled4