example hello world code
This commit is contained in:
parent
f7e77d3a18
commit
0e712cc48b
@ -1,5 +1,7 @@
|
||||
2024-08-10 hwpplayer1 <hwpplayer1@debian>
|
||||
|
||||
* c-basic/example.c (main): example örnek kod yazıldı .c uzantılı dosya içine kod yerleştirildi
|
||||
|
||||
* c-basic/C.pdf: Dersler C Temel kursundan itibaren yeniden başlatıldı.
|
||||
|
||||
2024-07-26 hwpplayer1 <hwpplayer1@debian>
|
||||
|
6
c-basic/example.c
Normal file
6
c-basic/example.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
printf("example hello world\n");
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user