From 3308d13ad04fac43e7a111b299ff9444aea4ab9f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 19 May 2017 20:08:23 +0100 Subject: Adding math to yage --- test/double_size.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/double_size.cpp (limited to 'test/double_size.cpp') diff --git a/test/double_size.cpp b/test/double_size.cpp new file mode 100644 index 00000000..25c7cef7 --- /dev/null +++ b/test/double_size.cpp @@ -0,0 +1,11 @@ +#include + +int main() +{ + std::cout<<"Size of double: "< 8) + return 0; + return 1; +} -- cgit