hello example
This commit is contained in:
parent
bc5b4ab4aa
commit
dda0374626
6
hello/hello.c
Normal file
6
hello/hello.c
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# include<stdio.h>
|
||||||
|
|
||||||
|
// a main függvényt/alprogramot az OS hívja (megegyezés)
|
||||||
|
void main() { // void = semmi > az alprogram/függvény nem ad vissza érteket
|
||||||
|
printf("\n HelooWorld! \n\n");
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user