mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
10 lines
158 B
C++
10 lines
158 B
C++
#include <stdio.h>
|
|
|
|
#include "PR9577.h"
|
|
|
|
void
|
|
PR9577::sayHello (JArray< ::java::lang::String *> *x, ::java::lang::Object *y)
|
|
{
|
|
printf( "Hello!\n");
|
|
}
|