1_fehler
This commit is contained in:
parent
c978250c80
commit
3442cc5697
@ -1,5 +1,5 @@
|
|||||||
#include "linker.h"
|
#include "linker.h"
|
||||||
|
|
||||||
void ausgabe(int ausgabeWert){
|
void ausgaben(int ausgabeWert){
|
||||||
std::cout << "Ausgabe" << ausgabeWert;
|
std::cout << "Ausgabe" << ausgabeWert;
|
||||||
}
|
}
|
||||||
@ -3,9 +3,9 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
int fehler;
|
int fehler = 0;
|
||||||
|
|
||||||
cout << fehler
|
cout << fehler;
|
||||||
}
|
}
|
||||||
|
|
||||||
//AsemblerCode mit -S und erzeugteDatei.s
|
//AsemblerCode mit -S und erzeugteDatei.s
|
||||||
Loading…
x
Reference in New Issue
Block a user