Skip to content

ColinWilcox1967/RandomNameGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandomNameGenerator

Simplistic program to pick a random name from a list defined in a JSON file.

Building
Build the program by running the BUILD batch file from the command line.

Execution
Run the program by running RANDOM filename

where filename specifies the path of the input data file to select from.
filename is expected to be in JSON format providing a list of strings as an array under a "names" tag. An example format is show below

Example JSON File
{ "names": ["Alice", "Bob", "Charlie", "Diana", "Eve"] }

About

Simplistic program to pick a random name from a list defined in a JSON file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published