Skip to content

apoorvpotnis/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

hello-world

hello-world program

This is a README file for my first program on GitHub. The following is code for printing "hello, world!" (without the quotation marks) in C.

#inlude <stdio.h>

int main (void)
{
  printf ("hello, world!");

  return 0;
}

About

hello-world program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published