mirror of
https://github.com/lucaspalomodevelop/Mate-Rechner.git
synced 2026-03-12 22:47:22 +00:00
hpp file implemented
This commit is contained in:
parent
ea94e47c12
commit
b5a6ea7864
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
all:
|
||||
g++ -v mate.cpp -o mate
|
||||
g++ -v mate.cpp mate.hpp -o mate
|
||||
clean:
|
||||
rm -v mate
|
||||
install:
|
||||
|
||||
4
mate.cpp
4
mate.cpp
@ -4,11 +4,11 @@
|
||||
// Der Konsum von zu viel Zucker und Koffein ist nicht Gesund und kann Gesundheitliche Schäden bewirken
|
||||
// Version 1.3
|
||||
#include <iostream>
|
||||
#include "mate.hpp"
|
||||
using namespace std;
|
||||
int main(){
|
||||
int mate, Koffeingehalt, marke, kmenge, ergebnis;
|
||||
int mate, Koffeingehalt, marke, kmenge, ergebnis;
|
||||
string input, markenname;
|
||||
|
||||
cout << " ** ** ** ** \n";
|
||||
cout << " ** ** ** ++ ** \n";
|
||||
cout << " **** **** **** ++ **** \n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user