Skip to content

Instantly share code, notes, and snippets.

@jbeard4
Created February 23, 2012 14:45
Show Gist options
  • Save jbeard4/1893144 to your computer and use it in GitHub Desktop.
Save jbeard4/1893144 to your computer and use it in GitHub Desktop.
simple initial scxml
<?xml version="1.0" encoding="UTF-8"?>
<scxml
xmlns="http://www.w3.org/2005/07/scxml"
version="1.0">
<initial>
<transition target="a"/>
</initial>
<state id="a"></state>
</scxml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment