This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// -*- 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A test of python | |
print "Hello World!" |
NewerOlder