Forgot this one

This commit is contained in:
Dale Weiler 2013-08-27 06:39:51 -04:00
parent f21216ecad
commit 28cd3a3f8f
2 changed files with 2 additions and 0 deletions

View file

@ -73,4 +73,5 @@ void main() {
print(vtos('1 2 3' ^ f('3 2 1') ^ 3), "\n");
print(vtos('1 2 3' ^ 6 ^ 3), "\n");
print(vtos('1 2 3' ^ 6 ^ f('1 1 1')), "\n");
print(vtos('1 2 3' ^ 5), "\n");
}

View file

@ -18,3 +18,4 @@ M: '4 7 6'
M: '4 7 6'
M: '4 7 6'
M: '4 7 6'
M: '4 7 6'