Sha256: 157acafc722cfcce2da4278e6227170a479037184c9b485f7d5ab661f8363e25
Contents?: true
Size: 676 Bytes
Versions: 50
Compression:
Stored size: 676 Bytes
Contents
// This is a comment, and is ignored by the compiler // You can test this code by clicking the "Run" button over there -> // or if you prefer to use your keyboard, you can use the "Ctrl + Enter" shortcut // This code is editable, feel free to hack it! // You can always return to the original code by clicking the "Reset" button -> fn very_wordy() { println!("Hi!"); } // This is the main function fn main() { // Statements here are executed when the compiled binary is called // Print text to the console let a = "";//"Hello World ".trim().split(" ").collect::<Vec<_>>().join("FOO"); println!("{}", a); very_wordy(); // system("ls"); }
Version data entries
50 entries across 49 versions & 6 rubygems