/*! \Copyright Sertainty Corporation, 2020. All Rights Reserved. \File helloworld.uxl \Brief This sample demonstrates the initialize library call necessary before any UXP Identity or UXP Object functions can be called. \Author Melvin Valdez de la Roca \Date 06/22/2020 \Note */ printf("\nHello, Sertainty!!\nYou have a valid license. Try out other samples.\n"); printf("\nSample finished running\n"); return 0;