Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
sum.hpp 90 B
#pragma once

#include <string>

int64_t sum_extendedprice(const std::string& file_name);