Sayfa 26'ya kadar olanlar işlendi

This commit is contained in:
Mert Gör
2024-02-19 04:41:09 +03:00
parent a691d9687a
commit 79cea78298
13 changed files with 188 additions and 0 deletions

7
c-basic/return.2.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main(){
printf("I am main\n");
return 0; // with our without same result will be executed
}