erste-codebase/files/calculator.cxx

10 lines
108 B
C++
Raw Normal View History

2025-03-12 13:10:55 +01:00
#include <iostream>
#include "calculator.h"
using namespace std;
int main()
{
calculator();
return 0;
}