hello world example & ChangeLog update
This commit is contained in:
parent
426b371dbb
commit
830d22fa97
@ -1,3 +1,7 @@
|
|||||||
|
2024-06-30 hwpplayer1 <hwpplayer1@debian>
|
||||||
|
|
||||||
|
* c-basic/helloworld.c: hello world example
|
||||||
|
|
||||||
2024-02-19 Mert Gör <mertgor@masscollabs.xyz>
|
2024-02-19 Mert Gör <mertgor@masscollabs.xyz>
|
||||||
|
|
||||||
* c-basic/C.pdf: Fonksiyonların Parametre Değişkenleri sayfa 27'deyiz
|
* c-basic/C.pdf: Fonksiyonların Parametre Değişkenleri sayfa 27'deyiz
|
||||||
|
6
c-basic/helloworld.c
Normal file
6
c-basic/helloworld.c
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main(){
|
||||||
|
printf("hello world in C Programming Language\n");
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user