Skip to content

Instantly share code, notes, and snippets.

@arrieta
arrieta / slurp.hpp
Created June 28, 2016 04:33
Slurps a file into a C++ std::string.
// -*- coding:utf-8; mode:c++; mode:auto-fill; fill-column:80; -*-
/// @file slurp.hpp
/// @brief Slurps a file into an std::string.
/// @author J. Arrieta <[email protected]>
/// @copyright Copyright (c) 2016 Nabla Zero Labs. All rights reserved.
/// @license This software is released under the MIT License.
///
/// The MIT License (MIT)
/// Copyright (c) 2016 Nabla Zero Labs
# A test of python
print "Hello World!"