From e17e68f64cecc4183e1d24fa701c2ab505fa39bc Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Mon, 17 Feb 2020 21:11:49 +0100 Subject: [PATCH] first commit --- fdistream.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fdistream.cpp diff --git a/fdistream.cpp b/fdistream.cpp new file mode 100644 index 0000000..55b6035 --- /dev/null +++ b/fdistream.cpp @@ -0,0 +1,9 @@ +// +// fdistream.cpp +// libscio +// +// Created by Bob Polis at 2020-02-14 +// Copyright (c) 2020 SwiftCoder. All rights reserved. +// + +#include "libscio.hpp"