diff --git a/C/Spatial_albedos_algorithm (002).pdf b/C/Spatial_albedos_algorithm (002).pdf new file mode 100644 index 0000000..229fe6b Binary files /dev/null and b/C/Spatial_albedos_algorithm (002).pdf differ diff --git a/C/hello_world.cpp b/C/hello_world.cpp new file mode 100644 index 0000000..a471857 --- /dev/null +++ b/C/hello_world.cpp @@ -0,0 +1,8 @@ +// Your First C++ Program + +#include + +int main() { + std::cout << "Hello World!"; + return 0; +}