#include<stdio.h>
int main(){
	printf("Hello Pranav");
	return 0;
}

here we use semicolon for the end of the statement