-
Notifications
You must be signed in to change notification settings - Fork 650
Home
Bharathgopal edited this page Mar 12, 2021
·
8 revisions
Welcome to the Programming in C wiki!
#inlcude "stdio.h"
int main()
{
printf("Hello world!");
return 0;
}
- Compile the program(from IDE or command line in Linux) and get the below output
Hello world!
- Add the above file created to the github repository from Visual studio code.
- Create a README.md file to describe about your project.
- Add a commit message and add to the repository.
- Push the code to the github repository.
- Verify that the code and the README.md file are added to the Github repository
- Step by Step guide - Setup, clone, push and pull from github repo through VS Code
- Visualization tool for programs- Example