Remove C Library

This commit is contained in:
GuilhermeWerner 2021-05-07 08:42:15 -03:00
parent 77a69d46ca
commit 362bb7f973
4 changed files with 0 additions and 102 deletions

View file

@ -1,11 +0,0 @@
// Copyright (c) TribuFu. All Rights Reserved
#include "Library.h"
#include "TribuFu.h"
char *Java_Hello(char *input)
{
char *result = Hello("C");
return result;
}