Skip to content

Dozzy-sudo/NEWCOMER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

NEWCOMER

My first Git repository.
Author: Aditya Biswas

#include <stdio.h> int main() { int number;

printf("enter an integer:");

scanf("%d" , &number);

printf("you entered : %d" , number); return 0;

}

About

My first Git repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors