This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2023-05-31 09:29:44 +02:00

6 lines
100 B
C

// libraries
#include <stdio.h>
//functions
unsigned long Calculate(unsigned long, unsigned long);