S3_Cpp/Aufg1/forLoop.h
2024-11-11 22:47:51 +01:00

11 lines
125 B
C

#ifndef Aufg1FORLOOP_H
#define Aufg1FORLOOP_H
void counter();
void alphabet();
void Aufg1Main();
#endif //Aufg1FORLOOP_H