cellar/src/version.cpp.cog
2017-03-22 20:13:24 -07:00

14 lines
254 B
C++

// vim: filetype=cpp :
#include "version.hpp"
string cellar::version::short_version() {
/*[[[cog
import cog
print("// I came from the print function!")
cog.outl("return \"dummy cog file!\";")
]]]*/
//[[[end]]]
}