diff options
author | Jan Huwald <jh@sotun.de> | 2012-05-07 19:53:27 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-05-07 19:53:27 (GMT) |
commit | 00b209240138660db1ded3ef3870023964ce6e4e (patch) | |
tree | 8ffaec780b060bdc478929aa714b8af2ee760671 /code/trainer/test.cpp |
Diffstat (limited to 'code/trainer/test.cpp')
-rw-r--r-- | code/trainer/test.cpp | 13 |
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; +} |