cmd+k|ctrl+k
cmd+k
ctrl+k
Navigation
Browse public code snippets.
Contact us about glot.io.
Read the privacy policy.
Manage snippets in your account.
Open your account settings.
Languages
Create a new Python snippet.
Create a new TypeScript snippet.
Create a new C snippet.
Create a new Rust snippet.
Create a new Java snippet.
Nim
public
elivais777
2024-11-29T14:22:19.659268Z
2024-11-29T14:22:28.255223Z
template times(x: expr, y: stmt): stmt = for i in 1..x: y 10.times: echo "Hello World"