blob: 2762b4f9e036508a422500b7c8944a2a22d79f20 [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!");
}
}