Skip to content
Snippets Groups Projects
sum.hpp 90 B
Newer Older
Josef Schmeißer's avatar
Josef Schmeißer committed
#pragma once

#include <string>

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