mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
10 lines
96 B
C++
10 lines
96 B
C++
#include "sequence.h"
|
|
|
|
namespace Sequence {
|
|
|
|
char Sequence::symbol() const {
|
|
return 'n';
|
|
}
|
|
|
|
}
|