cellar/src/version.cpp.cog

14 lines
254 B
Plaintext
Raw Normal View History

2017-03-22 20:13:24 -07:00
// 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]]]
}