记录详情

Compile Error

error: expected one of `.`, `;`, `?`, or an operator, found `println`
 --> /in/foo.rs:3:2
  |
2 |     let english = "Hello World"
  |                                - expected one of `.`, `;`, `?`, or an operator here
3 |     println!("{}",%english)
  |     ^^^^^^^ unexpected token

error[E0601]: main function not found

error: aborting due to 2 previous errors

信息

递交者
类型
递交
题目
Hello World!
语言
Rust
递交时间
2024-03-28 13:09:44
评测时间
2024-03-28 13:09:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes