blob: 5c0691aec882969808bab2bbe68a88aa1bd0d478 [file] [log] [blame]
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.helloworld;
public class HelloWorldPrinter {
public static void print() {
System.out.println("Hello, world!");
}
}