[apps/sequence] Add model to the new application folder sequence/

Change-Id: I9880e85770d0895849f7f47c474a2a42b00eb3e1
This commit is contained in:
Émilie Feral
2017-02-06 17:18:34 +01:00
parent 3164939c9d
commit 44ce4fb069
7 changed files with 154 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#include "sequence.h"
namespace Sequence {
char Sequence::symbol() const {
return 'n';
}
}