Hello world…
I’m Sailunsi. I write a lot of code. I also play video game music.
#!/usr/bin/env ruby
def interests
puts "Mobile development"
puts "Web development"
puts "Cryptography"
puts "Security"
end
#!/usr/bin/env python
def languages()
print "Java"
print "Python"
print "C"
print "HTML/CSS"
print "SQL"
print "LaTeX"
#!/bin/bash
function education {
echo "University of Maryland, College Park"
echo "B.S. Candidate, Mathematics and Computer Science"
}