Wednesday, 29 April 2020

c program to print hello

#include<stdio.h>
void main(){
  printf("hello");
}

No comments:

Post a Comment