Skip to content

Instantly share code, notes, and snippets.

@amarao
Created January 14, 2021 13:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amarao/d539110284d3ee36a7f987ca7aee4e5f to your computer and use it in GitHub Desktop.
Save amarao/d539110284d3ee36a7f987ca7aee4e5f to your computer and use it in GitHub Desktop.
Secret forex algorithm which NEVER loose money
fn trading_bot<T, G, H>(profit: T, margin_call: G, rebate: H) -> ()
where
T: Copy,
H: Sized,
G: Clone{}
fn main(){
trading_bot(1377, 42, [2, 10, 18, 36, 54, 86]);
}
@antonblockchain
Copy link

trading_bot(1377, 42, [2, 10, 18, 36, 54, 86]);
А что за магические числа [2, 10, 18, 36, 54, 86] ?

@amarao
Copy link
Author

amarao commented Jan 15, 2021

google it!

@stalexxx
Copy link

знатный троллинг

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment