-
- Downloads
Replace printLSOptions and printLSAvailable get functions
printLSOptions -> getLSOptions printLSAvailable -> getLSAvailable These new function do not print the result anymore but return a string. To display available or set options, one should now uses: ``` cout << getLSOptions() << "\n"; let available:string, available = getLSAvailable(); cout << available << "\n"; ```
parent
4383cd2b
No related branches found
No related tags found
Please register or sign in to comment