ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/salaryman/trunk/src/main.rs
Revision: 1
Committed: Thu May 29 04:26:24 2025 UTC (4 months, 1 week ago) by yuzu
File size: 45 byte(s)
Log Message:
Initial Import

File Contents

# Content
1 fn main() {
2 println!("Hello, world!");
3 }