Files
Upsilon/apps/sequence/sequence.cpp
Émilie Feral 44ce4fb069 [apps/sequence] Add model to the new application folder sequence/
Change-Id: I9880e85770d0895849f7f47c474a2a42b00eb3e1
2017-02-13 17:15:07 +01:00

10 lines
96 B
C++

#include "sequence.h"
namespace Sequence {
char Sequence::symbol() const {
return 'n';
}
}