Skip to content
Snippets Groups Projects
Commit db8ce312 authored by René Heß's avatar René Heß
Browse files

start hello world program in new projects editor hints

parent bdbcc7dc
No related branches found
No related tags found
No related merge requests found
......@@ -540,6 +540,9 @@ M_DELIM
################## PROJECT.CC ##################
echo "- $PROJECT/src/$MODULE.cc"
cat> "$PROJECT/src/$MODULE.cc" << CC_DELIM
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment