Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manoj2s/my-first-code-in-c-
- Owner: Manoj2s
- Created: 2023-12-07T15:35:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T09:37:12.000Z (12 months ago)
- Last Synced: 2024-01-14T15:36:39.315Z (12 months ago)
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#include
int y=20;
int main(){
int b=30;
printf("%d %d",b,y);
return 0;
}