diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-09-22 22:10:18 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-09-22 22:10:18 +0200 |
commit | 488d4c6237c3f713077fe93e2745ba5defde0aa5 (patch) | |
tree | 8b5d75d47bc7bbc0579fc937fea4904a67da4950 /example/test.cc | |
parent | f538061c22749c2852283eaa2e2f83c8b126b8ed (diff) | |
download | matcha-threads-488d4c6237c3f713077fe93e2745ba5defde0aa5.tar.gz matcha-threads-488d4c6237c3f713077fe93e2745ba5defde0aa5.zip |
added copyright header
Diffstat (limited to 'example/test.cc')
-rw-r--r-- | example/test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/test.cc b/example/test.cc index 1a40958..c9691f3 100644 --- a/example/test.cc +++ b/example/test.cc @@ -1,3 +1,5 @@ +/* Copyright (c) 2020 Johannes Stoelp */ + #include "lib/matcha.h" #include <cstdio> |