Skip to main content
added 151 characters in body
Source Link
ruohola
  • 664
  • 7
  • 15

Rust, 23 bytes

fn main(){loop{dbg!()}} 

Try it online!

Outputs infinitely:

[src\main.rs:1] [src\main.rs:1] [src\main.rs:1] [src\main.rs:1] [src\main.rs:1] [src\main.rs:1] 

Rust, 23 bytes

fn main(){loop{dbg!()}} 

Try it online!

Rust, 23 bytes

fn main(){loop{dbg!()}} 

Try it online!

Outputs infinitely:

[src\main.rs:1] [src\main.rs:1] [src\main.rs:1] [src\main.rs:1] [src\main.rs:1] [src\main.rs:1] 
Source Link
ruohola
  • 664
  • 7
  • 15

Rust, 23 bytes

fn main(){loop{dbg!()}} 

Try it online!