Skip to content

A collection of single file independent scripts in various languages. For testing/learning about some algorithm/data structure or some code written in the spur of the moment.

Notifications You must be signed in to change notification settings

KaytchJam/single-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository for single-file snippets of code. Mostly for testing, but sometimes I like to revisit them.

Span across different languages. Here's how to run and/or compile the files in each language.

// C++ (GCC Compiler)
g++ <file_name> -o <executable_name>
// Rust
rustc <file_name>
# Python
python -m <file_name>

About

A collection of single file independent scripts in various languages. For testing/learning about some algorithm/data structure or some code written in the spur of the moment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published