/* Hello World program */
#include<stdio.h>
main()
{
printf("Hello World");
printf("a small intro to me....bachelor of Science in Information Technology");
printf("Day to day I'm proud to say I'm a project manager at Parks Victoria");
printf("Working on a Digital Transformation project "Digital Customer Engagement", very excited to be given the priviledge to push this delivery");
}
publicclassByeForNowWorld{publicstaticvoidmain(String[] args){// Prints "Bye for now, World" to the terminal window. System.out.println("Bye for now, World");}}