summaryrefslogtreecommitdiffhomepage
path: root/src/validate.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-01-31 19:00:34 +0100
committerRoland Reichwein <mail@reichwein.it>2021-01-31 19:00:34 +0100
commit611601ec36a5603bc9c94cdac9a307c4bb07c929 (patch)
tree0b1c27d5958a2a3bdfe3c421a27f6ab528fbc3e1 /src/validate.cpp
parent2ef9f51df48b14556e236d14213233e1bd7f829a (diff)
Add facet based interface
Diffstat (limited to 'src/validate.cpp')
-rw-r--r--src/validate.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/validate.cpp b/src/validate.cpp
new file mode 100644
index 0000000..8927fe4
--- /dev/null
+++ b/src/validate.cpp
@@ -0,0 +1,4 @@
+int main(int argc, char* argv[])
+{
+ return 0;
+}