Skip to content
/ lotto Public

With the C-program you play the lottery and get unique numbers from a list. Parameter sample for the German 6aus49.

License

Notifications You must be signed in to change notification settings

muhme/lotto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lotto

With the C-program you can play the lottery and get unique numbers from a list. Parameter sample for the German 6aus49.

Compiling

You have to compile the C-program lotto.c in an executable, named lotto. Depending on your environment you can use make:

make

or run the compiler by your own:

cc -o lotto lotto.c

Running

./lotto
 7 14 16 17 31 36

License

This project is licensed under the MIT License.

About

With the C-program you play the lottery and get unique numbers from a list. Parameter sample for the German 6aus49.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published