erste Schritte - Variablen
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
int main(){
|
int main(){
|
||||||
printf( "I am alive! Beware.\n" );
|
int telefonnummer;
|
||||||
|
telefonnummer = 7705281;
|
||||||
|
printf( "Telefonnummer: %d\n", telefonnummer );
|
||||||
getchar();
|
getchar();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user