Skip to content

92fueler/noodling_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

Practice some LeetCode problems using Rust without IntelliSense or auto-suggestions.

F**k Rust!

How

Run a file:

cd src

rustc <file_name.rs>
./file_name

Run tests:

cd src/<subdirectory>

rustc --test <file_name.rs> -o test && ./test

About

F**k Rust playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages