Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

rust vs python

//hello world in rust
fn main {
	println!("hello world);
}

#hello world in python
print("Hello World")
 
PREVIOUS NEXT
Tagged: #rust #python
ADD COMMENT
Topic
Name
7+6 =