Blame view

morfeusz/test_synth_dict.cpp 205 Bytes
Michał Lenart authored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 
 * File:   test_synth_dict.cpp
 * Author: mlenart
 *
 * Created on 21 styczeń 2014, 12:00
 */

#include <cstdlib>

using namespace std;

/*
 * 
 */
int main(int argc, char** argv) {

    return 0;
}