multipurpose reusable function for deployment on windows and linux, must include; Progress reporting, Logging, Comments, Automation, InventoryFile, Error handling, Authentication, Input validation, Rollback functionality
myFunction :: Int -> Int -> Int myFunction a b = a * b myFunction 3 4