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