Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

first-own-code

ASCII dislay #include <stdio.h>

main(void) { char a;

a = 0;
while ( 127 > a > 0) {
	printf("%c:%d\t", a,a);
	++a;
}

system("pause");

}

About

ASCII dislay

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors