Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 465 Bytes

02-variables.mdx

File metadata and controls

16 lines (11 loc) · 465 Bytes
title sidebar_label
Variable assignment
Variables

In this we will assign variable.

import CodeBlock from '@theme/CodeBlock'; import variable from '!!raw-loader!/src/02-variables/main.rs';

{variable}

String

import string from '!!raw-loader!/src/02-string/main.rs';

{string}