]> git.localhorst.tv Git - blobs.git/blob - src/blobs.cpp
some stolen stuff
[blobs.git] / src / blobs.cpp
1 #include "app/init.hpp"
2
3 #include <exception>
4 #include <iostream>
5
6 using namespace blobs;
7
8 int main(int argc, char *argv[]) {
9         Init init;
10 }