Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manoj2s/my-first-code-in-c-


https://github.com/manoj2s/my-first-code-in-c-

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

#include
int y=20;
int main(){
int b=30;
printf("%d %d",b,y);
return 0;
}