/Guessing_game

a simple guesssing game in the V programming language

Guessing_game Made in V

To run this you only need the V

git clone https://github.com/vlang/v
cd v
make # or make.bat for windows

To run this code do

v run guessing.v

To build this do

v guessing.v