add language related

This commit is contained in:
Zhe Wang
2022-01-02 10:09:58 +00:00
parent 0d4d4f8fb1
commit 31bd0c9480
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
print("Python related.")
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Rust related.")
}