Skip to content

A simple program written in Rust. Users could have Temperatures converted from Celsius to Fahrenheit and vice-versa. Also, the value of any nth term of the Fibonacci series could be retrieved, so long as it does not cause a stack overflow. Limited by the capacity of u128 data type.

Notifications You must be signed in to change notification settings

xlvg-arjun/a-simple-rust-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Rust Project

A simple program written in Rust. Users could have Temperatures converted from Celsius to Fahrenheit and vice-versa. Also, the value of any nth term of the Fibonacci series could be retrieved, so long as it does not cause a stack overflow. Limited by the capacity of u128 data type.

About

A simple program written in Rust. Users could have Temperatures converted from Celsius to Fahrenheit and vice-versa. Also, the value of any nth term of the Fibonacci series could be retrieved, so long as it does not cause a stack overflow. Limited by the capacity of u128 data type.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages