Skip to content

ukn-ubi/LearnCrystal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-crystal

An experiment of what I can do with Crystal. Currently featuring a URL reverser for changing something like "python.org" into "org.python" (AKA for Java usage).

Usage

messages = LearnCrystal::URL.new "messages.android.com"
puts messages.r_url
puts messages.reverse

Contributing

  1. Fork it (https://github.com/xikuuky/learn-crystal/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

Crystal example programs I made while learning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published