Skip to content

Commit

Permalink
cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Apr 5, 2023
1 parent 5260930 commit 88ab826
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added C/Spatial_albedos_algorithm (002).pdf
Binary file not shown.
8 changes: 8 additions & 0 deletions C/hello_world.cpp
@@ -0,0 +1,8 @@
// Your First C++ Program

#include <iostream>

int main() {
std::cout << "Hello World!";
return 0;
}

0 comments on commit 88ab826

Please sign in to comment.