Add tool infrastructure
This commit is contained in:
parent
a8e2676f36
commit
d66d6d26af
6 changed files with 51 additions and 2 deletions
9
tool/main.cpp
Normal file
9
tool/main.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright (C) 2017 Jonathan Müller <jonathanmueller.dev@gmail.com>
|
||||
// This file is subject to the license terms in the LICENSE file
|
||||
// found in the top-level directory of this distribution.
|
||||
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue