A2/main.cpp

6 lines
68 B
C++
Raw Normal View History

#include "atmFunctions.h"
int main() {
start_atm();
return 0;
}