mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/sequence] Add model to the new application folder sequence/
Change-Id: I9880e85770d0895849f7f47c474a2a42b00eb3e1
This commit is contained in:
9
apps/sequence/sequence.cpp
Normal file
9
apps/sequence/sequence.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "sequence.h"
|
||||
|
||||
namespace Sequence {
|
||||
|
||||
char Sequence::symbol() const {
|
||||
return 'n';
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user