add cthulhu to server
This commit is contained in:
		@ -6,6 +6,7 @@
 | 
			
		||||
extern crate serde_json;
 | 
			
		||||
extern crate serde;
 | 
			
		||||
extern crate image;
 | 
			
		||||
extern crate lovecraft;
 | 
			
		||||
 | 
			
		||||
pub mod model;
 | 
			
		||||
pub mod persistency;
 | 
			
		||||
@ -15,5 +16,6 @@ mod server_state;
 | 
			
		||||
use server_state::*;
 | 
			
		||||
 | 
			
		||||
fn main() {
 | 
			
		||||
    println!("Hello, world!");
 | 
			
		||||
    lovecraft::invoke();
 | 
			
		||||
    panic!("Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user