Skip to content

Commit

Permalink
API working succesfully, need to migrate temp to main
Browse files Browse the repository at this point in the history
  • Loading branch information
vrn21 committed Jan 7, 2024
1 parent ad065d1 commit 8d23f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/temp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async fn main() {
// // Handle the error here
// eprintln!("Error: {:?}", err);
// }
let code = "//hello world! I'm Krusty the Krab and i like money lol. \n \n//Insert your rusty code over here and i will do the rest\n \n//Also,I tell NO to code that asks input from user \n \n \nfn main(){\n println!(); //write code here\n}";
let code = "//hello world! I'm Krusty the Krab and i like money lol. \n \n//Insert your rusty code over here and i will do the rest\n \n//Also,I tell NO to code that asks input from user \n \n \nfn main(){\n println!(\"hello world\"); //write code here\n}";
let client = piston_rs::Client::new();
let executor = piston_rs::Executor::new()
.set_language("rust")
Expand Down

0 comments on commit 8d23f05

Please sign in to comment.