package com.mesonbuild;

public class SimpleLib {
    public static void func() {
        System.out.println("Java linking is working.\n");
    }
}
