summaryrefslogtreecommitdiff
path: root/code/trainer/test.cpp
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2012-05-07 19:53:27 (GMT)
committerJan Huwald <jh@sotun.de>2012-05-07 19:53:27 (GMT)
commit00b209240138660db1ded3ef3870023964ce6e4e (patch)
tree8ffaec780b060bdc478929aa714b8af2ee760671 /code/trainer/test.cpp
Initial commitHEADmaster
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