Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 253 Bytes

04-if-else.mdx

File metadata and controls

9 lines (7 loc) · 253 Bytes
title
if else

Control flow using if else:

import CodeBlock from '@theme/CodeBlock'; import if_else from '!!raw-loader!/src/04-if-else/main.rs';

{if_else}