2022-09-21 13:28:42 +02:00
|
|
|
#!/usr/bin/env python3
|
2017-05-02 10:50:00 +02:00
|
|
|
# Copyright 2017 the V8 project authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
2019-03-15 18:35:06 +05:30
|
|
|
# for py2/py3 compatibility
|
|
|
|
from __future__ import print_function
|
|
|
|
|
|
|
|
print('Richards: 1.2')
|
|
|
|
print('DeltaBlue: 2.1')
|