Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kirjavascript/cb9ba989dfe3b68beb6d976d04e8868b to your computer and use it in GitHub Desktop.
Save kirjavascript/cb9ba989dfe3b68beb6d976d04e8868b to your computer and use it in GitHub Desktop.
JS/Rust polyglot
/*/**/
console.log(1);
`*/
fn main() {
println!("1");
}
//`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment