1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
extern crate flowrlib;

pub mod stdio;
pub mod math;
pub mod info;

include!(concat!(env!("OUT_DIR"), "/manifest.rs"));

pub fn get_message()  -> &'static str {
    message()
}