I hereby claim:
- I am coac on github.
- I am coac (https://keybase.io/coac) on keybase.
- I have a public key ASBf5xTzTkpPWm0PKRVaU5n2rwuSltozUCuQB1YGfOS9Cwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| using UnityEngine; | |
| using System.Collections; | |
| public class TerrainGenerator : MonoBehaviour { | |
| public Texture2D grassTexture; | |
| public Texture2D rockTexture; | |
| void Start() |
| public class Application { | |
| public static void main(String[] args) { | |
| int[] tab = new int[4]; | |
| tab[0] = 1; | |
| tab[1] = 10; | |
| tab[2] = 2; | |
| tab[3] = 5; | |
| getSumDecomposition(53, tab); | |
| } |