Skip to content

Instantly share code, notes, and snippets.

View hunly's full-sized avatar
🎯
Focusing

Bitcoin x DeFi hunly

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am hunly on github.
  • I am hunly (https://keybase.io/hunly) on keybase.
  • I have a public key ASAaie5laIqaMkWCIyktgUJu1s_FE1gBog-GKPmNWGrZkQo

To claim this, I am signing this object:

@hunly
hunly / Lottery_Game.c
Last active August 29, 2015 13:55
Lottery_Game
//Lottery Machine
#include<stdio.h>
int main(int argc, char* argv[])
{
long int lottery[] = {262,742,194,294,423,752,141,762,213};
long int number, element_number;
int i, j;
printf("########################################\n");
printf("########### Lottery Machine ############\n");
printf("########################################\n");