Skip to content

Instantly share code, notes, and snippets.

View brenns10's full-sized avatar

Stephen Brennan brenns10

View GitHub Profile
@ajm188
ajm188 / hello.rb.m
Created February 2, 2016 21:21
hello world in matlab and ruby (also incidentally prints 3)
a = 3 % 1; def disp(text); puts text; end; puts 3
disp('Hello World!');