Skip to content

p4yl0ad/rustfizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Rust FizzBuzz with tests

FizzBuzz in rust with tests

Description

FizzBuzz in rust with tests

Getting Started

FizzBuzz, Fizz your Buzz, Buzz your Fizz or don't.

Executing program

  • Test
PS C:\Users\p4\CLionProjects\rustfizzbuzzwithtests> cargo test
   Compiling rustfizzbuzzwithtests v0.1.0 (C:\Users\p4\CLionProjects\rustfizzbuzzwithtests)
    Finished test [unoptimized + debuginfo] target(s) in 0.25s
     Running unittests src\main.rs (target\debug\deps\rustfizzbuzzwithtests-aa52a698031c330a.exe)

running 4 tests
test tests::tests::test_fizz_buzz_buzz ... ok
test tests::tests::test_fizz_buzz_fizz ... ok
test tests::tests::test_fizz_buzz_fizzbuzz ... ok
test tests::tests::test_fizz_buzz_noreturn ... ok

test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
  • Run
PS C:\Users\p4\CLionProjects\rustfizzbuzzwithtests> cargo run
   Compiling rustfizzbuzzwithtests v0.1.0 (C:\Users\p4\CLionProjects\rustfizzbuzzwithtests)
    Finished dev [unoptimized + debuginfo] target(s) in 0.24s
     Running `target\debug\rustfizzbuzzwithtests.exe`
46~~~~~~~~~~~~
  • Build
S C:\Users\p4\CLionProjects\rustfizzbuzzwithtests> cargo build
    Finished dev [unoptimized + debuginfo] target(s) in 0.00s

๐Ÿ’๐Ÿ’๐Ÿ’๐Ÿ’

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages