S3_Cpp/Aufg1/forLoop.h

11 lines
125 B
C
Raw Normal View History

2024-11-11 21:47:51 +00:00
#ifndef Aufg1FORLOOP_H
#define Aufg1FORLOOP_H
void counter();
void alphabet();
void Aufg1Main();
#endif //Aufg1FORLOOP_H