summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-10-15 14:14:37 +1030
committerdaniel-Jones <daniel@danieljon.es>2018-10-15 14:14:37 +1030
commite234e58583ada8a98b23b9116064c345824891cc (patch)
treed1e19c8d9c59344eb5f589773ca6c86aade27b37 /main.c
downloadwebsitegen-e234e58583ada8a98b23b9116064c345824891cc.tar.gz
websitegen-e234e58583ada8a98b23b9116064c345824891cc.zip
first commit, very little here except the start of config.h and the inclusion of replace.c/h
Diffstat (limited to 'main.c')
-rw-r--r--main.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/main.c b/main.c
new file mode 100644
index 0000000..2f4ba5c
--- /dev/null
+++ b/main.c
@@ -0,0 +1,9 @@
+#include <stdio.h>
+#include "replace.h"
+#include "config.h"
+
+int
+main(void)
+{
+ return 0;
+}