Skip to content

Instantly share code, notes, and snippets.

@sungkim11
Created March 18, 2022 03:08
Show Gist options
  • Save sungkim11/f9349080a93774defb179feaf0f2f921 to your computer and use it in GitHub Desktop.
Save sungkim11/f9349080a93774defb179feaf0f2f921 to your computer and use it in GitHub Desktop.
//Lesson 1: A Simple Application that calls Coinbase REST API
//Declare Modules
mod crypto_publisher_1;
fn main() {
crypto_publisher_1::crypto_publisher_1().unwrap();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment