mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 22:31:36 +00:00
Forgot this one
This commit is contained in:
parent
f21216ecad
commit
28cd3a3f8f
2 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
|
|
@ -18,3 +18,4 @@ M: '4 7 6'
|
|||
M: '4 7 6'
|
||||
M: '4 7 6'
|
||||
M: '4 7 6'
|
||||
M: '4 7 6'
|
||||
|
|
Loading…
Reference in a new issue