Skip to content

Instantly share code, notes, and snippets.

View wrightmikea's full-sized avatar
💭
rusting away

Mike Wright wrightmikea

💭
rusting away
  • San Francisco Bay Area
View GitHub Profile
use std::collections::HashMap;
use std::fmt;
use std::io;
use std::num::ParseFloatError;
use std::rc::Rc;
/*
Types
*/
@wrightmikea
wrightmikea / LUA.lua
Created February 14, 2023 22:10 — forked from nilesh-tawari/LUA.lua
LUA cheatSheet
-- [[ Cheatsheet for LUA from http://www.newthinktank.com/2015/06/learn-lua-one-video/]]
-- Prints to the screen (Can end with semicolon)
print("Hello World")
--[[
Multiline comment
]]
-- Variable names can't start with a number, but can contain letters, numbers