mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 13:23:53 +00:00
Estimated hours taken: 0.1 Branches: main This change fixes a problem which caused some programs to not compile in grade `java'. java/library/prolog.java: New file. Just a stub, like most of the other *.java files in this directory.
13 lines
256 B
Java
13 lines
256 B
Java
//
|
|
// Copyright (C) 2003 The University of Melbourne.
|
|
// This file may only be copied under the terms of the GNU Library General
|
|
// Public License - see the file COPYING.LIB in the Mercury distribution.
|
|
//
|
|
//
|
|
|
|
package mercury;
|
|
|
|
public class prolog
|
|
{
|
|
}
|