<?xml version="1.0" encoding="UTF-8"?>
<structure>
  <type>turing</type>
  <automaton>
    <state id="0" name="q0">
      <x>278</x>
      <y>345.203125</y>
      <initial/>
    </state>
    <state id="1" name="q1">
      <x>565</x>
      <y>346.203125</y>
      <final/>
    </state>
    <transition>
      <from>0</from>
      <to>0</to>
      <read>a</read>
      <write>a</write>
      <move>R</move>
    </transition>
    <transition>
      <from>0</from>
      <to>1</to>
      <read/>
      <write>a</write>
      <move>R</move>
    </transition>
  </automaton>
</structure>
