summaryrefslogtreecommitdiff
path: root/code/trainer/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'code/trainer/test.cpp')
-rw-r--r--code/trainer/test.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/code/trainer/test.cpp b/code/trainer/test.cpp
new file mode 100644
index 0000000..ceb2484
--- /dev/null
+++ b/code/trainer/test.cpp
@@ -0,0 +1,13 @@
+#include <stdio.h>
+#include <math.h>
+
+int main() {
+ fprintf("aaa\n");
+ while (true);/*
+ double d=0;
+ printf("aa %lf\n", d);
+ d = 0;
+ scanf("%lf\n", &d);
+ printf("%lf\n", d);*/
+ return 0;
+}
contact: Jan Huwald // Impressum