summaryrefslogtreecommitdiffstats
path: root/third_party/python/gyp/test/msvs/rules_stdout_stderr/rule_stdout.py
blob: 4c073ebc4537be16ead14379e75e14fa257c1251 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python
# Copyright (c) 2015 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

from __future__ import print_function
print("This will go to stdout")