Jump to content

Include a file: Difference between revisions

→‎{{header|Rust}}: Missing semicolon
(Add task to ARM assembly Raspberry pi)
(→‎{{header|Rust}}: Missing semicolon)
Line 1,220:
=={{header|Rust}}==
The compiler will include either a 'test.rs' or a 'test/mod.rs' (if the first one doesn't exist) file.
<lang rust>mod test;
 
fn main() {
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.