mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
15 lines
148 B
Markdown
15 lines
148 B
Markdown
|
---
|
||
|
id: 9089aff1-703d-4628-971a-5f655f7bf09f
|
||
|
title: Rustc
|
||
|
---
|
||
|
|
||
|
# Description
|
||
|
|
||
|
Rustc handles Rust compilation
|
||
|
|
||
|
# Syntax
|
||
|
|
||
|
``` shell
|
||
|
rustc main.rs
|
||
|
```
|