# Aula 24: Aplicacao R-C++ # Carregando o script add.cpp Rcpp::sourceCpp("add.cpp") # Chamando a funcao add add(5, 10)