Update Library.scala

This commit is contained in:
GuilhermeWerner 2021-04-17 09:56:13 -03:00
parent 8930c7bc8c
commit ff6dee9b96

View file

@ -11,8 +11,7 @@ class Library {
} }
/** /**
* A native method that is implemented by the 'TribuFu' native library, which is packaged with * A native method that is implemented by the 'TribuFu' native library.
* this library.
*/ */
//@native def Hello(): Int //@native def Hello(): Int
} }