source: _old/app/src/compiledic/aut2fsa.cc @ 1e121f4

Last change on this file since 1e121f4 was 1e121f4, checked in by Adam Kędziora <s301614@…>, 14 years ago

Replacing old implementation with working implementation

  • Property mode set to 100644
File size: 183 bytes
RevLine 
[25ae32e]1
[2f8d6d8]2#include <iostream>
[1e121f4]3#include <cstdlib>
[25ae32e]4
5#include "../lib/tfti.h"
6
[2f8d6d8]7#include <fstream>
8
9using namespace std;
[25ae32e]10
11int main()
12{
13  TFTiv<char,char> a;
14  a.read();
15  a.save();
16
17  return 0;
18}
Note: See TracBrowser for help on using the repository browser.