#' @useDynLib GEB
#' @importFrom Rcpp evalCpp
#'
NULL
#' default test function
#'
#' @return
#' @export
#'
#' @examples
#' hello()
#'
hello <- function() {
print("Hello, world!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.