From e6181c24124d97f2fbc932b8a68311e625463156 Mon Sep 17 00:00:00 2001 From: uzvkl Date: Tue, 11 Jun 2019 23:05:52 +0200 Subject: Move dsa related stuff to subfolder --- dsa/DSALib/Auxiliary/Calculator/Ops.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dsa/DSALib/Auxiliary/Calculator/Ops.cs (limited to 'dsa/DSALib/Auxiliary/Calculator/Ops.cs') diff --git a/dsa/DSALib/Auxiliary/Calculator/Ops.cs b/dsa/DSALib/Auxiliary/Calculator/Ops.cs new file mode 100644 index 0000000..93046d0 --- /dev/null +++ b/dsa/DSALib/Auxiliary/Calculator/Ops.cs @@ -0,0 +1,13 @@ +namespace DSALibv.Auxiliary.Calculator +{ + /// + /// The Different Operations, witch can be performed in execution-order + /// + public enum Ops + { + Dice, + Multiply, + Subtract, + Add + } +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf