Updated to initial implementation using cpp.

This commit is contained in:
2026-08-07 13:32:49 +02:00
parent 2eb04509db
commit 78a1607789
32 changed files with 325 additions and 177 deletions

7
Exercises.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
using namespace std;
int Ex1(int x);
int Ex2(int x);
unsigned long long Ex3(unsigned long long in);