Files
scons-presentation/execEx/02/foo.cpp
2017-09-27 00:56:48 -05:00

9 lines
48 B
C++

#include "foo.hpp"
int
foo()
{
return 32;
}